UNetBehaviourProcessor renamed to NetworkBehaviourProcessor

This commit is contained in:
vis2k 2018-12-31 00:30:19 +01:00
parent a19cb6859c
commit 083e0cc57d
2 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@
<Compile Include="MonoBehaviourProcessor.cs" />
<Compile Include="Program.cs" />
<Compile Include="SyncListStructProcessor.cs" />
<Compile Include="UNetBehaviourProcessor.cs" />
<Compile Include="NetworkBehaviourProcessor.cs" />
<Compile Include="Weaver.cs" />
<Compile Include="Helpers.cs" />
<Compile Include="CompilationFinishedHook.cs" />