Skip to content

Commit d39cc7d

Browse files
committed
Make IBitWritable interface public.
1 parent 27b4f03 commit d39cc7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MLAPI/NetworkingManagerComponents/Binary/IBitWritable.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
namespace MLAPI.Serialization
77
{
8-
interface IBitWritable
8+
public interface IBitWritable
99
{
1010
void Write(BitWriter writer);
1111
void Read(BitReader reader);

0 commit comments

Comments
 (0)