Refactors, Introduce GameManager, Lobby work
This commit is contained in:
9
code/RoundConfiguration.cs
Normal file
9
code/RoundConfiguration.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace LuckerParty;
|
||||
|
||||
/// <summary>
|
||||
/// Contains configuration for a Round, usually created by the host in a Lobby.
|
||||
/// </summary>
|
||||
public class RoundConfiguration
|
||||
{
|
||||
public uint NumberOfMinigames { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user