Example #1
0
 void test_heat_rozetka()
 {
     if (rozetka != null && rozetka.heath <= 0)
     {
         if (steam_Achievement != null)
         {
             steam_Achievement.in_the_dark();
         }
         gameObject.active = false;
     }
 }