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 27b4f03 commit d39cc7dCopy full SHA for d39cc7d
MLAPI/NetworkingManagerComponents/Binary/IBitWritable.cs
@@ -5,7 +5,7 @@
5
6
namespace MLAPI.Serialization
7
{
8
- interface IBitWritable
+ public interface IBitWritable
9
10
void Write(BitWriter writer);
11
void Read(BitReader reader);
0 commit comments