Skip to content

Commit f717684

Browse files
committed
simplified very long asmdef names
1 parent 9697c2d commit f717684

13 files changed

+33
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "Unity.Multiplayer.Samples.BossRoom.Editor",
2+
"name": "BossRoom.Editor",
33
"rootNamespace": "",
44
"references": [
55
"GUID:1491147abca9d7d4bb7105af628b223e",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "Unity.Multiplayer.Samples.BossRoom.Gameplay",
2+
"name": "BossRoom.Gameplay",
33
"rootNamespace": "",
44
"references": [
55
"GUID:1491147abca9d7d4bb7105af628b223e",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "Unity.Multiplayer.Samples.BossRoom.Infrastructure",
2+
"name": "BossRoom.Infrastructure",
33
"rootNamespace": "",
44
"references": [
55
"GUID:1491147abca9d7d4bb7105af628b223e",
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"name": "BossRoom.Infrastructure.Editor",
3+
"rootNamespace": "",
4+
"references": [
5+
"GUID:1491147abca9d7d4bb7105af628b223e",
6+
"GUID:6055be8ebefd69e48b49212b09b47b2f",
7+
"GUID:ec2e12d3de28e40839f9a0b685184f49"
8+
],
9+
"includePlatforms": [
10+
"Editor"
11+
],
12+
"excludePlatforms": [],
13+
"allowUnsafeCode": false,
14+
"overrideReferences": false,
15+
"precompiledReferences": [],
16+
"autoReferenced": true,
17+
"defineConstraints": [],
18+
"versionDefines": [],
19+
"noEngineReferences": false
20+
}

Assets/BossRoom/Scripts/Infrastructure/Editor/BossRoom.Infrastructure.Editor.asmdef.meta

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Assets/BossRoom/Scripts/Infrastructure/NetworkOverlay.meta

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)