示例#1
0
 // 전투 종료
 public void BattleEnd()
 {
     cardSystem.BattleEnd();
     Debug.Log("BattleEnd");
 }