コード例 #1
0
 void OnLevelWasLoaded(int level)
 {
     if (level == 0 && cm != null)
     {
         cm.ClearPlayers();
     }
 }