Правочки
This commit is contained in:
@@ -15,11 +15,11 @@ namespace Content.Client.VendingMachines
|
||||
[ViewVariables]
|
||||
private List<int> _cachedFilteredIndex = new();
|
||||
|
||||
private VendingMachineComponent component = new();//WD edit
|
||||
private VendingMachineComponent component = new(); // WD edit
|
||||
public VendingMachineBoundUserInterface(EntityUid owner, Enum uiKey) : base(owner, uiKey)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
protected override void Open()
|
||||
{
|
||||
base.Open();
|
||||
@@ -54,13 +54,6 @@ namespace Content.Client.VendingMachines
|
||||
}
|
||||
// WD EDIT END
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
protected override void UpdateState(BoundUserInterfaceState state)
|
||||
{
|
||||
base.UpdateState(state);
|
||||
|
||||
Reference in New Issue
Block a user