Skip to content

Commit fe62410

Browse files
committed
Updated AutoBitWritable xml
1 parent 7ca8911 commit fe62410

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MLAPI/NetworkingManagerComponents/Binary/BitWritable.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public interface IBitWritable
2222
}
2323

2424
/// <summary>
25-
/// BitWritable is the base class for writable types
25+
/// AutoBitWritable implements IBitWritable and automatically serializes fields using reflection
2626
/// </summary>
2727
public abstract class AutoBitWritable : IBitWritable
2828
{

0 commit comments

Comments
 (0)