Automatic.Apathy.Apathy C# (CSharp) Method

Apathy() public method

public Apathy ( ) : System
return System
        public Apathy()
        {
            Help = "Meh, I can't be bothered to fill this out.";
            Type = Types.Command;
            AccessLevel = AccessLevels.Anyone;

            InitInsults();
        }