Attempted Small Vending Machine Refactor (#6157)
Co-authored-by: fishfish458 <fishfish458>
This commit is contained in:
@@ -75,5 +75,13 @@ namespace Content.Shared.VendingMachines
|
||||
Amount = amount;
|
||||
}
|
||||
}
|
||||
[Serializable, NetSerializable]
|
||||
public enum VendingMachineWireStatus : byte
|
||||
{
|
||||
Power,
|
||||
Access,
|
||||
Advertisement,
|
||||
Limiter
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user