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