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

Command413() private method

End Loop
private Command413 ( dynamic args ) : void
args dynamic Array of game event parameters
return void
        private void Command413(dynamic args)
        {
            AppendText(" : ");
            this.AppendText("Repeat Above", Color.Blue);
        }