예제 #1
0
파일: GlassBall.cs 프로젝트: gbudiman/glass
 void OnDestroy()
 {
     if (normal_in_game_destruction)
     {
         wcl.ShredDetection(transform.position.y);
         breakshot.CheckEmptyArena();
     }
 }