namespace LootDumpProcessor.Model.Input; public class MatchMakerMinPlayersByWaitTime { public int? Time { get; set; } public int? MinPlayers { get; set; } }