get rid of that 1!!!
This commit is contained in:
@@ -32,7 +32,7 @@ namespace Content.Client.GameObjects.Components.Storage
|
|||||||
base.OnAdd();
|
base.OnAdd();
|
||||||
|
|
||||||
Window = new StorageWindow()
|
Window = new StorageWindow()
|
||||||
{StorageEntity = this};1
|
{StorageEntity = this};
|
||||||
}
|
}
|
||||||
|
|
||||||
public override void OnRemove()
|
public override void OnRemove()
|
||||||
@@ -126,7 +126,7 @@ namespace Content.Client.GameObjects.Components.Storage
|
|||||||
StorageEntity.SendNetworkMessage(new InsertEntityMessage());
|
StorageEntity.SendNetworkMessage(new InsertEntityMessage());
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
VSplitContainer = new VBoxContainer();
|
VSplitContainer = new VBoxContainer();
|
||||||
containerButton.AddChild(VSplitContainer);
|
containerButton.AddChild(VSplitContainer);
|
||||||
Information = new Label
|
Information = new Label
|
||||||
|
|||||||
Reference in New Issue
Block a user