コード例 #1
0
 void attack()
 {
     if (!attacking)
     {
         swordController.attack();
     }
 }