Exemplo n.º 1
0
 public bool TryGetBot(int ItemId, out CatalogBot Bot)
 {
     return(this._botPresets.TryGetValue(ItemId, out Bot));
 }
Exemplo n.º 2
0
 public bool TryGetBot(int ItemId, out CatalogBot Bot) => _botPresets.TryGetValue(ItemId, out Bot);
Exemplo n.º 3
0
 public bool TryGetBot(int ItemId, out CatalogBot Bot)
 {
     return this._botPresets.TryGetValue(ItemId, out Bot);
 }