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;
        }