Ejemplo n.º 1
0
 public bool HasComponent(ComponentTypes type)
 {
     return(IncludedComponents.HasFlag(type));
 }