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