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:
chavonadelal
2024-07-30 17:05:19 +03:00
committed by GitHub
parent 1a672c9c6d
commit 9e1e9b8c34
15 changed files with 94 additions and 29 deletions

View File

@@ -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")]