namespace Content.Shared.Salvage.Expeditions.Modifiers; public interface IBiomeSpecificMod : ISalvageMod { /// /// Whitelist for biomes. If null then any biome is allowed. /// List? Biomes { get; } }