Vending visualizer update (#9962)
This commit is contained in:
@@ -8,17 +8,11 @@ using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototy
|
||||
namespace Content.Server.VendingMachines
|
||||
{
|
||||
[RegisterComponent]
|
||||
[ComponentReference(typeof(SharedVendingMachineComponent))]
|
||||
public sealed class VendingMachineComponent : SharedVendingMachineComponent
|
||||
{
|
||||
public bool Ejecting;
|
||||
|
||||
public TimeSpan AnimationDuration = TimeSpan.Zero;
|
||||
|
||||
[ViewVariables] [DataField("pack", customTypeSerializer:typeof(PrototypeIdSerializer<VendingMachineInventoryPrototype>))]
|
||||
public string PackPrototypeId = string.Empty;
|
||||
|
||||
public string SpriteName = "";
|
||||
|
||||
public bool Broken;
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user