コード例 #1
0
 private void OnPointerEnterAttack(int which)
 {
     if (which == 2 && monster.GetLevel() < 3)
     {
         return;
     }
     pawnAction.OnPointerEnterAttack(which);
 }