deltavr multiplayer 2.0
This commit is contained in:
18
Assets/FishNet/Runtime/Object/Prediction/Interfaces.cs
Normal file
18
Assets/FishNet/Runtime/Object/Prediction/Interfaces.cs
Normal file
@@ -0,0 +1,18 @@
|
||||
|
||||
namespace FishNet.Object.Prediction
|
||||
{
|
||||
public interface IReplicateData
|
||||
{
|
||||
uint GetTick();
|
||||
void SetTick(uint value);
|
||||
void Dispose();
|
||||
}
|
||||
|
||||
public interface IReconcileData
|
||||
{
|
||||
uint GetTick();
|
||||
void SetTick(uint value);
|
||||
void Dispose();
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user