コード例 #1
0
 public bool IsPlayerAttack()
 {
     return(mTouchHandler.IsTouched(TOUCH_KEY.Attack) && IsPlayerCanUseSkill(0) && !IsCanNotAttack());
 }