public void Teleport(Map.Tile where) { if (CurrentTile != null) { CurrentTile.OnQuitting(); } CurrentTile = where; CurrentTile.Enter(this); }