We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7df402c commit 3ecd27dCopy full SHA for 3ecd27d
1 file changed
MLAPI/NetworkingManagerComponents/Binary/BitWriter.cs
@@ -43,7 +43,8 @@ public Partial(byte value, byte count)
43
typeof(ulong),
44
typeof(float),
45
typeof(double),
46
- typeof(decimal)
+ typeof(decimal),
47
+ typeof(Partial)
48
};
49
50
private static readonly FieldInfo
0 commit comments