コード例 #1
0
 /// <summary>
 /// Call this method when the player has fully moved to his new location
 /// </summary>
 public void EndMoveSmoothly()
 {
     CurrentTile.EnterCenterOfTile(this);
 }