anonymize salvage wrecks (#31087)

* anonymize salvage wrecks

* display wreck size
This commit is contained in:
Nemanja
2024-08-17 01:09:21 -04:00
committed by GitHub
parent 1e7fb2f4d8
commit 8440fb6acb
4 changed files with 72 additions and 38 deletions

View File

@@ -12,4 +12,10 @@ public sealed partial class SalvageMapPrototype : IPrototype
/// Relative directory path to the given map, i.e. `Maps/Salvage/template.yml`
/// </summary>
[DataField(required: true)] public ResPath MapPath;
/// <summary>
/// String that describes the size of the map.
/// </summary>
[DataField(required: true)]
public LocId SizeString;
}