public void OnSelectCell(HexCell selectCell) { UnselectAllCell(); selectCell.Select(); GameEvent.HexRoomEvent.FireOnSelectCell(this, selectCell); }