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

setCommand() public method

public setCommand ( string command ) : ChatCommand
command string
return ChatCommand
        public ChatCommand setCommand(string command)
        {
            _command = command;

            return this;
        }