コード例 #1
0
 void UpdateItem(CharacterUI cUI, int index)
 {
     cUI.gameObject.SetActive(true);
     cUI.LoadInformation(PlayerSession.GetProfile().characters[index]);
 }