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

setUsage() public method

public setUsage ( string usage ) : ChatCommand
usage string
return ChatCommand
        public ChatCommand setUsage(string usage)
        {
            _usage = usage;

            return this;
        }