Exemple #1
0
 private bool CheckCustomerPositionRequirements(MNode node)
 {
     return(node.GetComponent(checkPoint.GetType()));
 }