-
Notifications
You must be signed in to change notification settings - Fork 42
CASCategory
DummkopfOfHachtenduden edited this page May 29, 2016
·
2 revisions
public enum CASCategory : byte
{
UnableToMove = 0,
BadMannered = 1,
Advertising = 2,
AccountRelated = 3,
Bug = 4,
BotOrHackProgramm = 5,
Others = 6
}