Beispiel #1
0
 public void ClickTeamSlotEvent(TestBattleSceneScrollSlotUI slot, Team team)
 {
     teamButtonLabel.text = slot.GetTeamName();
     curTeam = team;
 }
Beispiel #2
0
 public void ClickCharacterSlotEvent(TestBattleSceneScrollSlotUI slot, CharacterData data)
 {
     playerButtonLabel.text = slot.GetCharacterName();
     curCharacterData       = data;
 }