Pluton.Events.ClientConsoleEvent.ReplyWith C# (CSharp) 메소드

ReplyWith() 공개 메소드

public ReplyWith ( string msg ) : void
msg string
리턴 void
        public void ReplyWith(string msg) => Reply = msg;
    }