コード例 #1
0
    void ChurchMemory()
    {
        matchRef.MathBlown();


        StartCoroutine(AnimDelayTime());
    }
コード例 #2
0
 void OnTriggerEnter(Collider other)
 {
     if (other.tag == "Player")
     {
         matchRef.MathBlown();
         //playerHpRef.GainHP(false);
         playerHpRef.DrainHp(newDrainAmount);
         //playerHpRef.PleaseDie();
     }
 }