Converted UInt32 ID's to UInt16
TODO: test everything, make sure nothing broke
This commit is contained in:
@@ -73,13 +73,7 @@ namespace Barotrauma.Items.Components
|
||||
public ItemComponent Parent;
|
||||
|
||||
private string msg;
|
||||
|
||||
protected UInt32 netStateID;
|
||||
public UInt32 NetStateID
|
||||
{
|
||||
get { return netStateID; }
|
||||
}
|
||||
|
||||
|
||||
[HasDefaultValue(0.0f, false)]
|
||||
public float PickingTime
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user