Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 

11 строки
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. }