Moved LagCompensationManager to components
This commit is contained in:
parent
389c2f6a9f
commit
b6399270e0
@ -56,7 +56,7 @@
|
|||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Compile Include="Data\TrackedPointData.cs" />
|
<Compile Include="Data\TrackedPointData.cs" />
|
||||||
<Compile Include="MonoBehaviours\Core\LagCompensationManager.cs" />
|
<Compile Include="NetworkingManagerComponents\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" />
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
using MLAPI.Data;
|
using MLAPI.Data;
|
||||||
|
using MLAPI.NetworkingManagerComponents;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using UnityEngine;
|
using UnityEngine;
|
||||||
|
|
||||||
|
@ -1,9 +1,10 @@
|
|||||||
using System;
|
using MLAPI.MonoBehaviours.Core;
|
||||||
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using UnityEngine;
|
using UnityEngine;
|
||||||
using UnityEngine.Networking;
|
using UnityEngine.Networking;
|
||||||
|
|
||||||
namespace MLAPI.MonoBehaviours.Core
|
namespace MLAPI.NetworkingManagerComponents
|
||||||
{
|
{
|
||||||
public static class LagCompensationManager
|
public static class LagCompensationManager
|
||||||
{
|
{
|
Loading…
x
Reference in New Issue
Block a user