Fixed compilation issues
This commit is contained in:
parent
90ab0cf020
commit
a27065e594
@ -55,11 +55,14 @@
|
|||||||
</Reference>
|
</Reference>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
<Compile Include="Data\TrackedPointData.cs" />
|
||||||
|
<Compile Include="MonoBehaviours\Core\LagCompensationManager.cs" />
|
||||||
<Compile Include="MonoBehaviours\Core\NetworkedBehaviour.cs" />
|
<Compile Include="MonoBehaviours\Core\NetworkedBehaviour.cs" />
|
||||||
<Compile Include="Data\NetworkedClient.cs" />
|
<Compile Include="Data\NetworkedClient.cs" />
|
||||||
<Compile Include="MonoBehaviours\Core\NetworkedObject.cs" />
|
<Compile Include="MonoBehaviours\Core\NetworkedObject.cs" />
|
||||||
<Compile Include="Data\NetworkingConfiguration.cs" />
|
<Compile Include="Data\NetworkingConfiguration.cs" />
|
||||||
<Compile Include="MonoBehaviours\Core\NetworkingManager.cs" />
|
<Compile Include="MonoBehaviours\Core\NetworkingManager.cs" />
|
||||||
|
<Compile Include="MonoBehaviours\Core\TrackedObject.cs" />
|
||||||
<Compile Include="MonoBehaviours\Prototyping\NetworkedTransform.cs" />
|
<Compile Include="MonoBehaviours\Prototyping\NetworkedTransform.cs" />
|
||||||
<Compile Include="NetworkingManagerComponents\MessageManager.cs" />
|
<Compile Include="NetworkingManagerComponents\MessageManager.cs" />
|
||||||
<Compile Include="NetworkingManagerComponents\NetworkSceneManager.cs" />
|
<Compile Include="NetworkingManagerComponents\NetworkSceneManager.cs" />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user