namespace LuckerParty; /// /// Contains configuration for a Round, usually created by the host in a Lobby. /// public class RoundConfiguration { public uint NumberOfMinigames { get; set; } }