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