namespace LootDumpProcessor.Model.Input;
public readonly record struct MatchMakerMinPlayersByWaitTime(int Time, int MinPlayers);