예제 #1
0
        public void OnResetItemHandler(GameObject go, int index)
        {
            PvpFighterButton fightBtn = go.GetComponent <PvpFighterButton>();

            fightBtn.SetPvpFighterInfo(PvpProxy.instance.PvpInfo.fighterInfoList[index]);
        }