Example #1
0
 private void Move(GameModel model)
 {
     model.CheckMoving();
     model.Replace();
 }