ARCed.Controls.EventTextBox.Command412 C# (CSharp) Method

Command412() private method

Branch End (Conditional Branch)
private Command412 ( dynamic args ) : void
args dynamic Array of game event parameters
return void
        private void Command412(dynamic args)
        {
            AppendText(" : ");
            this.AppendText("Branch End", Color.Blue);
        }