Skip to content

Commit 3ecd27d

Browse files
committed
Fixed BitWriter issue
1 parent 7df402c commit 3ecd27d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

MLAPI/NetworkingManagerComponents/Binary/BitWriter.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ public Partial(byte value, byte count)
4343
typeof(ulong),
4444
typeof(float),
4545
typeof(double),
46-
typeof(decimal)
46+
typeof(decimal),
47+
typeof(Partial)
4748
};
4849

4950
private static readonly FieldInfo

0 commit comments

Comments
 (0)