예제 #1
0
 void Start()
 {
     if (LevelReader.GetCurrentLevelNum() != 0)
     {
         Destroy(gameObject);
     }
 }