mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-10 09:18:27 -04:00
10 lines
126 B
C#
10 lines
126 B
C#
#nullable disable
|
|
namespace NadekoBot.Common;
|
|
|
|
public enum AddRemove
|
|
{
|
|
Add = 0,
|
|
Remove = 1,
|
|
Rem = 1,
|
|
Rm = 1,
|
|
} |