コード例 #1
0
 // Token: 0x06001D17 RID: 7447 RVA: 0x0007C778 File Offset: 0x0007A978
 public override bool IsReady([NotNull] GenericSkill skillSlot)
 {
     return(base.IsReady(skillSlot) && HuntressTrackingSkillDef.HasTarget(skillSlot));
 }
コード例 #2
0
 // Token: 0x06001D16 RID: 7446 RVA: 0x0007C765 File Offset: 0x0007A965
 public override bool CanExecute([NotNull] GenericSkill skillSlot)
 {
     return(HuntressTrackingSkillDef.HasTarget(skillSlot) && base.CanExecute(skillSlot));
 }