public void MoveCounterClockWise() { if (Instructions.Count == 0) { mController.RotationState = (mController.RotationState + 1) % 4; InstructionManager.RotateToAccurate(this, 0, 0, 90.0f, sTimeToTake); } }