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