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

Command210() private method

Wait for Move's Completion
private Command210 ( dynamic args ) : void
args dynamic Array of game event parameters
return void
        private void Command210(dynamic args)
        {
            AppendText("@>Wait for Move's Completion");
        }