Fixed BitWriter issue
This commit is contained in:
parent
7df402ca25
commit
3ecd27d92b
@ -43,7 +43,8 @@ namespace MLAPI.NetworkingManagerComponents.Binary
|
|||||||
typeof(ulong),
|
typeof(ulong),
|
||||||
typeof(float),
|
typeof(float),
|
||||||
typeof(double),
|
typeof(double),
|
||||||
typeof(decimal)
|
typeof(decimal),
|
||||||
|
typeof(Partial)
|
||||||
};
|
};
|
||||||
|
|
||||||
private static readonly FieldInfo
|
private static readonly FieldInfo
|
||||||
|
Loading…
x
Reference in New Issue
Block a user