using System.Collections; using System.Collections.Generic; using UnityEngine; /// /// 攻击ability /// public class AttackAbilityBase : AbilityBase { // 攻击ability默认都会回到idle }