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 54ee03b commit 912f759Copy full SHA for 912f759
MLAPI/Data/NetworkedVar.cs
@@ -204,6 +204,8 @@ public string GetChannel()
204
205
// These support serialization
206
[Serializable]
207
+ public class NetworkedVarString : NetworkedVar<string> { }
208
+ [Serializable]
209
public class NetworkedVarBool : NetworkedVar<bool> { }
210
211
public class NetworkedVarByte : NetworkedVar<byte> { }
0 commit comments