Localization of the Salvage Expedition Console (#30339)
* Localization of the Salvage Expedition Console * Localization of the Salvage Expedition Console 2
This commit is contained in:
@@ -8,7 +8,7 @@ public sealed partial class SalvageTemperatureMod : IPrototype, IBiomeSpecificMo
|
||||
{
|
||||
[IdDataField] public string ID { get; } = default!;
|
||||
|
||||
[DataField("desc")] public string Description { get; private set; } = string.Empty;
|
||||
[DataField("desc")] public LocId Description { get; private set; } = string.Empty;
|
||||
|
||||
/// <inheritdoc/>
|
||||
[DataField("cost")]
|
||||
|
||||
Reference in New Issue
Block a user