コード例 #1
0
 void checkIfHealthLow()
 {
     if (health <= startingHealth / 2)
     {
         destructibleManagerMasterScript.callHealthLowEvent();
     }
 }