예제 #1
0
 private bool IsAngularCloseEnough()
 {
     return(myBody.Distance2TargetAsAngle() <= myStats.interactAngle);
 }