Pluton.Events.ClientConsoleEvent.ReplyWith C# (CSharp) Method

ReplyWith() public method

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