Cargo Pallet Sale Console (#14422)
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
using Content.Server.Cargo.Systems;
|
||||
using Content.Shared.Stacks;
|
||||
using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype;
|
||||
|
||||
namespace Content.Server.Cargo.Components;
|
||||
|
||||
[RegisterComponent]
|
||||
[Access(typeof(CargoSystem))]
|
||||
public sealed class CargoPalletConsoleComponent : Component
|
||||
{
|
||||
[ViewVariables(VVAccess.ReadWrite), DataField("cashType", customTypeSerializer:typeof(PrototypeIdSerializer<StackPrototype>))]
|
||||
public string CashType = "Credit";
|
||||
}
|
||||
Reference in New Issue
Block a user