Automatic.RandomKicker.RandomKicker C# (CSharp) 메소드

RandomKicker() 공개 메소드

public RandomKicker ( ) : System
리턴 System
        public RandomKicker()
        {
            Help = "Kicks certain users with a 1/5 chance every time they say something.";
            Type = Types.UserList;
            AccessLevel = AccessLevels.Anyone;

            userList.Add("SirGir");
        }