Add prices for gas canisters (#10129)
This commit is contained in:
@@ -80,5 +80,8 @@ namespace Content.Shared.Atmos.Prototypes
|
||||
public string? Reagent { get; } = default!;
|
||||
|
||||
[DataField("color")] public string Color { get; } = string.Empty;
|
||||
|
||||
[DataField("pricePerMole")]
|
||||
public float PricePerMole { get; set; } = 0;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user