public void UpdateCurrency()
 {
     _chatUserCollection.UpdateEachChatter(x => x.Tokens += _currencySettings.CoinsPerInterval);
 }
Exemple #2
0
 public void UpdateCurrency()
 {
     _chatUserCollection.UpdateEachChatter(x => x.Tokens += 1);
 }