예제 #1
0
 public virtual void MoveTurnLeft() => RoverState  = new TurnLeftState(this);
예제 #2
0
 public virtual void MoveTurnRight() => RoverState = new TurnRightState(this);
예제 #3
0
 public virtual void MoveForward() => RoverState   = new ForwardState(this);