Ejemplo n.º 1
0
        public override InputReturns Redo(StateControls stateControls)
        {
            selections.Clear();
            stateControls.Advance();

            return(true, this);
        }