Example #1
0
 public bool HasKey(int ID)
 {
     return(entitys.Has(x => x.ID == ID));
 }
Example #2
0
 public bool HasComponent(object type)
 {
     return(Components.Has(x => x.Item1 == type.GetType()));
 }