Pluton.Rust.Objects.ChatCommand.ChatCommand C# (CSharp) Method

ChatCommand() public method

public ChatCommand ( ) : System
return System
        public ChatCommand()
        {
            _command = "";
        }
    }

Same methods

ChatCommand::ChatCommand ( string command ) : System