Add prices for gas canisters (#10129)

This commit is contained in:
Kevin Zheng
2022-08-07 18:49:06 -07:00
committed by GitHub
parent 193b9f467d
commit e0836311f1
5 changed files with 44 additions and 7 deletions

View File

@@ -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;
}
}