Beispiel #1
0
    public void notifyNPC()
    {
        FightFlight ff = GetComponent <FightFlight>();

        if (ff != null)
        {
            ff.gotHit();
        }
    }