Upgrade to .NET 10 and finalize foundation scaffold
This commit is contained in:
9
Domain/Phase.cs
Normal file
9
Domain/Phase.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace GameList.Domain;
|
||||
|
||||
public enum Phase
|
||||
{
|
||||
Suggest = 0,
|
||||
Reveal = 1,
|
||||
Vote = 2,
|
||||
Results = 3
|
||||
}
|
||||
Reference in New Issue
Block a user