Example #1
0
 public void Add(BlueprintArchetype arch) => Add(arch == null ? NoArchetype : arch.HashKey());
Example #2
0
 public void Remove(BlueprintArchetype arch) => Remove(arch == null ? NoArchetype : arch.HashKey());
Example #3
0
 public bool Contains(BlueprintArchetype arch) => Contains(arch == null ? NoArchetype : arch.HashKey());