Example #1
0
 public void move()
 {
     if (state != null)
     {
         state.move(this);
     }
 }