Beispiel #1
0
 void Damaging()
 {
     if (dmgTime == true)
     {
         GameManager1.WallDmg(10);
     }
 }