-
Notifications
You must be signed in to change notification settings - Fork 557
feat: structure refactor (1): asmdefs and folder changes [MTT-2623] #668
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
c8afb10
05d753b
57158cf
78b9a0e
66dd344
65eca8c
5f7519c
a5850fd
215d75b
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
using System; | ||
|
||
namespace Unity.Multiplayer.Samples.BossRoom.ApplicationLifecycle.Messages | ||
{ | ||
public struct QuitApplicationMessage | ||
{ | ||
} | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
using UnityEngine; | ||
|
||
namespace Unity.Multiplayer.Samples.BossRoom.ApplicationLifecycle.Messages | ||
{ | ||
public struct QuitGameSessionMessage | ||
{ | ||
public bool UserRequested; | ||
} | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"name": "Unity.BossRoom.ApplicationLifecycle.Messages" | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
{ | ||
"name": "Unity.BossRoom.ApplicationLifecycle", | ||
"rootNamespace": "", | ||
"references": [ | ||
"GUID:ed77cc04b29ffca42860b1220217e140", | ||
"GUID:5ed68ed74b4874cce9e11f74a1f5e9ae", | ||
"GUID:ec2e12d3de28e40839f9a0b685184f49", | ||
"GUID:e3abc1ceb6eae4836a8ff106702e66e5", | ||
"GUID:1491147abca9d7d4bb7105af628b223e", | ||
"GUID:e0cd26848372d4e5c891c569017e11f1", | ||
"GUID:e9e5562f77c754b2ca364915385b3d43" | ||
], | ||
"includePlatforms": [], | ||
"excludePlatforms": [], | ||
"allowUnsafeCode": false, | ||
"overrideReferences": false, | ||
"precompiledReferences": [], | ||
"autoReferenced": true, | ||
"defineConstraints": [], | ||
"versionDefines": [], | ||
"noEngineReferences": false | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"name": "Unity.BossRoom.Audio", | ||
"references":[ "GUID:ec2e12d3de28e40839f9a0b685184f49" ] | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"name": "Unity.BossRoom.CameraController", | ||
"rootNamespace": "", | ||
"references": [ | ||
"GUID:4307f53044263cf4b835bd812fc161a4" | ||
], | ||
"includePlatforms": [], | ||
"excludePlatforms": [], | ||
"allowUnsafeCode": false, | ||
"overrideReferences": false, | ||
"precompiledReferences": [], | ||
"autoReferenced": true, | ||
"defineConstraints": [], | ||
"versionDefines": [], | ||
"noEngineReferences": false | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
This file was deleted.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
{ | ||
"name": "Unity.BossRoom.DebugCheats", | ||
"rootNamespace": "", | ||
"references": [ | ||
"GUID:1491147abca9d7d4bb7105af628b223e", | ||
"GUID:ec2e12d3de28e40839f9a0b685184f49", | ||
"GUID:ed77cc04b29ffca42860b1220217e140", | ||
"GUID:e9e5562f77c754b2ca364915385b3d43" | ||
], | ||
"includePlatforms": [], | ||
"excludePlatforms": [], | ||
"allowUnsafeCode": false, | ||
"overrideReferences": false, | ||
"precompiledReferences": [], | ||
"autoReferenced": true, | ||
"defineConstraints": [], | ||
"versionDefines": [], | ||
"noEngineReferences": false | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Uh oh!
There was an error while loading. Please reload this page.