コード例 #1
0
 void SkeletonActionInputDetection()
 {
     if (skeleton.health > 0)
     {
         skeleton.AttackDetection();
     }
 }