namespace LootDumpProcessor.Model.Input; public class NonWaveGroupScenario { public int? MinToBeGroup { get; set; } public int? MaxToBeGroup { get; set; } public float? Chance { get; set; } public bool? Enabled { get; set; } }