We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ca8911 commit fe62410Copy full SHA for fe62410
MLAPI/NetworkingManagerComponents/Binary/BitWritable.cs
@@ -22,7 +22,7 @@ public interface IBitWritable
22
}
23
24
/// <summary>
25
- /// BitWritable is the base class for writable types
+ /// AutoBitWritable implements IBitWritable and automatically serializes fields using reflection
26
/// </summary>
27
public abstract class AutoBitWritable : IBitWritable
28
{
0 commit comments