Files
nadekobot/src/NadekoBot/Modules/Games/Common/Hangman/Phase.cs

9 lines
121 B
C#

namespace NadekoBot.Modules.Games.Common.Hangman
{
public enum Phase
{
Active,
Ended,
}
}