1
This commit is contained in:
@@ -6,6 +6,8 @@ using UnityEngine;
|
||||
using Cysharp.Threading.Tasks;
|
||||
namespace BITKit.Net.Kcp
|
||||
{
|
||||
[CustomType(typeof(INetClient))]
|
||||
[CustomType(typeof(INetProvider))]
|
||||
public class MonoKcpClient : MonoBehaviour,INetClient,INetProvider
|
||||
{
|
||||
internal static MonoKcpClient Singleton { get; private set; }
|
||||
|
Reference in New Issue
Block a user