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

setDescription() public method

public setDescription ( string description ) : ChatCommand
description string
return ChatCommand
        public ChatCommand setDescription(string description)
        {
            _description = description;

            return this;
        }