Skip to content

Commit a27065e

Browse files
committed
Fixed compilation issues
1 parent 90ab0cf commit a27065e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

MLAPI/MLAPI.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,14 @@
5555
</Reference>
5656
</ItemGroup>
5757
<ItemGroup>
58+
<Compile Include="Data\TrackedPointData.cs" />
59+
<Compile Include="MonoBehaviours\Core\LagCompensationManager.cs" />
5860
<Compile Include="MonoBehaviours\Core\NetworkedBehaviour.cs" />
5961
<Compile Include="Data\NetworkedClient.cs" />
6062
<Compile Include="MonoBehaviours\Core\NetworkedObject.cs" />
6163
<Compile Include="Data\NetworkingConfiguration.cs" />
6264
<Compile Include="MonoBehaviours\Core\NetworkingManager.cs" />
65+
<Compile Include="MonoBehaviours\Core\TrackedObject.cs" />
6366
<Compile Include="MonoBehaviours\Prototyping\NetworkedTransform.cs" />
6467
<Compile Include="NetworkingManagerComponents\MessageManager.cs" />
6568
<Compile Include="NetworkingManagerComponents\NetworkSceneManager.cs" />

0 commit comments

Comments
 (0)