1
This commit is contained in:
@@ -6,6 +6,7 @@ namespace BITKit.Net.Kcp
|
||||
[Serializable]
|
||||
public class MonoKcpClientSingleton : INetProvider,INetClient
|
||||
{
|
||||
private bool _manualTick;
|
||||
private INetClient _netClientImplementation => MonoKcpClient.Singleton;
|
||||
private INetProvider _netProviderImplementation => MonoKcpClient.Singleton;
|
||||
|
||||
@@ -35,6 +36,12 @@ namespace BITKit.Net.Kcp
|
||||
|
||||
public bool IsConnected => _netClientImplementation.IsConnected;
|
||||
|
||||
public bool ManualTick
|
||||
{
|
||||
get => _netClientImplementation.ManualTick;
|
||||
set => _netClientImplementation.ManualTick = value;
|
||||
}
|
||||
|
||||
public int Ping => _netClientImplementation.Ping;
|
||||
|
||||
public int Id => _netClientImplementation.Id;
|
||||
|
Reference in New Issue
Block a user