mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-13 10:48:26 -04:00
Gambling moved to a separate project. Project builds
This commit is contained in:
10
src/Nadeko.Bot.Common/Common/AddRemove.cs
Normal file
10
src/Nadeko.Bot.Common/Common/AddRemove.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
#nullable disable
|
||||
namespace NadekoBot.Common;
|
||||
|
||||
public enum AddRemove
|
||||
{
|
||||
Add = int.MinValue,
|
||||
Remove = int.MinValue + 1,
|
||||
Rem = int.MinValue + 1,
|
||||
Rm = int.MinValue + 1
|
||||
}
|
Reference in New Issue
Block a user