Converted UInt32 ID's to UInt16

TODO: test everything, make sure nothing broke
This commit is contained in:
juanjp600
2017-03-06 16:25:12 -03:00
parent 7935ecce46
commit ecb7500df9
12 changed files with 57 additions and 84 deletions
+1 -10
View File
@@ -135,16 +135,7 @@ namespace Barotrauma
return hash;
}
}
private UInt32 netStateID;
public UInt32 NetStateID
{
get
{
return netStateID;
}
}
public static List<Submarine> Loaded
{
get { return loaded; }