예제 #1
0
    public void StartCombine()
    {
        Debug.Log("조합 시작");

        combinePanel.SetActive(false);
        combine.StartCombine(System.Convert.ToString(recipe["comID"]), selectedChar);
    }