示例#1
0
 private void Awake()
 {
     round = 1;
     SetPlayerActive(false);
     Instance = this;
     uiMng.PlayRoundStart();
 }