Removed module projects because it can't work like that atm. Commented out package commands.
This commit is contained in:
14
NadekoBot.Core/Modules/Games/Common/Hangman/Phase.cs
Normal file
14
NadekoBot.Core/Modules/Games/Common/Hangman/Phase.cs
Normal file
@ -0,0 +1,14 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace NadekoBot.Modules.Games.Common.Hangman
|
||||
{
|
||||
public enum Phase
|
||||
{
|
||||
Active,
|
||||
Ended,
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user