예제 #1
0
 private bool CanHitTarget(Actor target)
 {
     return(skillDataToUse && skillDataToUse.CanApply(GetActor(), target));
 }