Example #1
0
        public void OnResetItemHandler(GameObject go, int index)
        {
            MailContentButton btn = go.GetComponent <MailContentButton>();

            btn.SetMailInfo(MailProxy.instance.CurrentMailInfoList[index], false);
        }