public void ResetObj(int tileX, int tileY, MapObject mapObj) { TileCell tileCell = GetTileCell(tileX, tileY); tileCell.RemoveObj(mapObj); }