示例#1
0
 private bool CheckCustomerPositionRequirements(MNode node)
 {
     return(customer.GetComponentInParent(checkPoint.GetType()));
 }