cool
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
#if Disabled
|
||||
using System;
|
||||
using System.Collections.Concurrent;
|
||||
using System.Collections.Generic;
|
||||
@@ -19,6 +20,7 @@ using Microsoft.Extensions.Logging;
|
||||
|
||||
namespace BITKit.Net
|
||||
{
|
||||
|
||||
public class KCPNetServer:INetServer,INetProvider
|
||||
{
|
||||
private readonly NetProviderCommon _common = new();
|
||||
@@ -251,4 +253,5 @@ namespace BITKit.Net
|
||||
server.Disconnect(id);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
#endif
|
Reference in New Issue
Block a user