Pluton.Rust.Objects.ChatCommand.setDescription C# (CSharp) Метод

setDescription() публичный Метод

public setDescription ( string description ) : ChatCommand
description string
Результат ChatCommand
        public ChatCommand setDescription(string description)
        {
            _description = description;

            return this;
        }