Release v0.15.12.0
This commit is contained in:
+2
@@ -15,6 +15,8 @@ namespace Barotrauma.Networking
|
||||
void Write(UInt64 val);
|
||||
void Write(Single val);
|
||||
void Write(Double val);
|
||||
void WriteColorR8G8B8(Microsoft.Xna.Framework.Color val);
|
||||
void WriteColorR8G8B8A8(Microsoft.Xna.Framework.Color val);
|
||||
void WriteVariableUInt32(UInt32 val);
|
||||
void Write(string val);
|
||||
void WriteRangedInteger(int val, int min, int max);
|
||||
|
||||
Reference in New Issue
Block a user