public void RemoveTileOccupied(IInteractible interactible, Vector2 worldPosition) { currentMap?.RemoveInteractible(interactible, worldPosition); }