Beispiel #1
0
 void EnemyHurt()
 {
     if (LGirl.distance <= 3)
     {
         Debug.Log("3");
         LGirl.dam();
     }
 }