public void CancelEvent(Vector2Int gridPosition, TileMapLayer tilemapLayer) { if (eventInstance != null) { eventInstance.Cancel(); } }