Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 

11 řádky
231 B

  1. using System;
  2. using SUISSEngine;
  3. public class ReceiveRewardPopupState : PopupBaseState
  4. {
  5. public void SetCurrencyReward(Currencies currencies)
  6. {
  7. ((ReceiveRewardPopupView)this.View).SetCurrencyReward(currencies);
  8. }
  9. }