예제 #1
0
 protected bool CanArriveBeforePlayer(IM.Vector3 target)
 {
     return(AIUtils.CanArriveBefore(m_player, m_match.mainRole, target));
 }