|
43 | 43 | <Compile Include="Assets/_Scripts/HanSocket/VO/Player/MoveVO.cs" /> |
44 | 44 | <Compile Include="Assets/_Scripts/HanSocket/Sender/JoinSender.cs" /> |
45 | 45 | <Compile Include="Assets/_Scripts/HanSocket/VO/Player/FiredVO.cs" /> |
| 46 | + <Compile Include="Assets/_Scripts/UI/Queue/LeaderBoardUI.cs" /> |
46 | 47 | <Compile Include="Assets/_Scripts/HanSocket/Handlers/Player/HitHandler.cs" /> |
47 | 48 | <Compile Include="Assets/_Scripts/Characters/Player/IDamageable.cs" /> |
48 | 49 | <Compile Include="Assets/_Scripts/HanSocket/Handlers/Auth/LoginRequestHandler.cs" /> |
|
69 | 70 | <Compile Include="Assets/_Scripts/HanSocket/VO/DataVO.cs" /> |
70 | 71 | <Compile Include="Assets/_Scripts/Characters/Player/PlayerShoot.cs" /> |
71 | 72 | <Compile Include="Assets/_Scripts/HanSocket/Handlers/InGame/LoadedTimeoutHandler.cs" /> |
| 73 | + <Compile Include="Assets/_Scripts/HanSocket/Sender/InGameEnteredSender.cs" /> |
72 | 74 | <Compile Include="Assets/_Scripts/HanSocket/VO/Queue/RoomDataVO.cs" /> |
73 | 75 | <Compile Include="Assets/_Scripts/Characters/Pool/CharacterPool.cs" /> |
74 | 76 | <Compile Include="Assets/_Scripts/HanSocket/VO/Queue/JoinedVO.cs" /> |
75 | 77 | <Compile Include="Assets/_Scripts/HanSocket/VO/Player/BulletDataVO.cs" /> |
76 | 78 | <Compile Include="Assets/_Scripts/HanSocket/VO/Player/DeadVO.cs" /> |
77 | 79 | <Compile Include="Assets/_Scripts/HanSocket/Handlers/InGame/WinHandler.cs" /> |
78 | 80 | <Compile Include="Assets/_Scripts/HanSocket/Data/GameData.cs" /> |
| 81 | + <Compile Include="Assets/_Scripts/UI/Auth/ConnectToServer.cs" /> |
79 | 82 | <Compile Include="Assets/_Scripts/UI/Auth/NicknameInputUI.cs" /> |
80 | 83 | <Compile Include="Assets/_Scripts/Characters/Player/PlayerHealth.cs" /> |
81 | 84 | <Compile Include="Assets/_Scripts/HanSocket/Handlers/Queue/LeftHandler.cs" /> |
|
88 | 91 | <Compile Include="Assets/_Scripts/HanSocket/Handlers/Player/BulletDataHandler.cs" /> |
89 | 92 | <Compile Include="Assets/_Scripts/HanSocket/BufferHandler.cs" /> |
90 | 93 | <Compile Include="Assets/_Scripts/Characters/Player/Shell.cs" /> |
91 | | - <Compile Include="Assets/_Scripts/HanSocket/Sender/InGameEnteredSender.cs" /> |
92 | | - <Compile Include="Assets/_Scripts/UI/Auth/ConnectToServer.cs" /> |
93 | | - <Compile Include="Assets/_Scripts/UI/Queue/LeaderBoardUI.cs" /> |
94 | 94 | <None Include="Assets/TextMesh Pro/Shaders/TMPro.cginc" /> |
95 | 95 | <None Include="Assets/TextMesh Pro/Shaders/TMP_SDF-Mobile Overlay.shader" /> |
96 | 96 | <None Include="Assets/Packages/WebSocketSharp-netstandard.1.0.1/lib/netstandard2.0/websocket-sharp.xml" /> |
|
0 commit comments