mirror of
https://github.com/yawaflua/PL_JusticeBot.git
synced 2025-12-08 19:39:27 +02:00
12 lines
157 B
C#
12 lines
157 B
C#
namespace DiscordApp.Enums
|
|
{
|
|
public enum Supporter
|
|
{
|
|
None = 0,
|
|
FirstLvl = 1,
|
|
SecondLvl = 2,
|
|
ThirdLvl = 3
|
|
}
|
|
|
|
}
|