示例#1
0
 // 플레이어의 턴을 시작
 public void PlayerTurnStart()
 {
     ConditionSystem.instance.PlayerTurnStart();
     cardSystem.CardStart();
 }