Пример #1
0
 public virtual TSlot GetSlot(string slotId) => SlotsMap.TryGetValue(slotId, out var slot) ? slot : null;