Пример #1
0
 public TypeQuery With <T>()
 {
     _includedTypes.Add(Registry.GetComponent <T>().HashCode);
     return(this);
 }