Fixed BitWriter issue

This commit is contained in:
Albin Corén 2018-04-20 13:31:57 +02:00
parent 7df402ca25
commit 3ecd27d92b

View File

@ -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