Example #1
0
 public bool TryGet(int PartId, out ClothingParts ClothingPart)
 {
     return(_allClothing.TryGetValue(PartId, out ClothingPart));
 }
Example #2
0
 public bool TryGet(int PartId, out ClothingParts ClothingPart) => _allClothing.TryGetValue(PartId, out ClothingPart);