File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
NetworkingManagerComponents Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 5656 </ItemGroup >
5757 <ItemGroup >
5858 <Compile Include =" Data\TrackedPointData.cs" />
59- <Compile Include =" MonoBehaviours\Core \LagCompensationManager.cs" />
59+ <Compile Include =" NetworkingManagerComponents \LagCompensationManager.cs" />
6060 <Compile Include =" MonoBehaviours\Core\NetworkedBehaviour.cs" />
6161 <Compile Include =" Data\NetworkedClient.cs" />
6262 <Compile Include =" MonoBehaviours\Core\NetworkedObject.cs" />
Original file line number Diff line number Diff line change 11using MLAPI . Data ;
2+ using MLAPI . NetworkingManagerComponents ;
23using System . Collections . Generic ;
34using UnityEngine ;
45
Original file line number Diff line number Diff line change 1- using System ;
1+ using MLAPI . MonoBehaviours . Core ;
2+ using System ;
23using System . Collections . Generic ;
34using UnityEngine ;
45using UnityEngine . Networking ;
56
6- namespace MLAPI . MonoBehaviours . Core
7+ namespace MLAPI . NetworkingManagerComponents
78{
89 public static class LagCompensationManager
910 {
You can’t perform that action at this time.
0 commit comments