Automatic.RandomKicker.RandomKicker C# (CSharp) Méthode

RandomKicker() public méthode

public RandomKicker ( ) : System
Résultat 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");
        }