You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

11 line
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. }