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