Skip to content
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
}
Clone this wiki locally