Added NetworkedTransform to compileInclude

This commit is contained in:
Albin Corén 2018-01-10 04:23:44 +01:00
parent a6e59074e1
commit 0fbd9f9e04

View File

@ -51,6 +51,7 @@
<Compile Include="MonoBehaviours\Core\NetworkedObject.cs" />
<Compile Include="Data\NetworkingConfiguration.cs" />
<Compile Include="MonoBehaviours\Core\NetworkingManager.cs" />
<Compile Include="MonoBehaviours\Prototyping\NetworkedTransform.cs" />
<Compile Include="NetworkingManagerComponents\MessageManager.cs" />
<Compile Include="NetworkingManagerComponents\SpawnManager.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />