9 lines
No EOL
136 B
C#
9 lines
No EOL
136 B
C#
namespace EllieBot.Modules.Xp.Services;
|
|
|
|
public enum SetClubIconResult
|
|
{
|
|
Success,
|
|
InvalidFileType,
|
|
TooLarge,
|
|
NotOwner,
|
|
} |