Exemplo n.º 1
0
 public WarshipPowerPointsPurchaseConfirmationWindowController(InGameCurrencyPaymaster inGameCurrencyPaymaster)
 {
     this.inGameCurrencyPaymaster = inGameCurrencyPaymaster;
 }
Exemplo n.º 2
0
 public SoftCurrencyPurchaseConfirmationWindowController(InGameCurrencyPaymaster inGameCurrencyPaymaster)
 {
     this.inGameCurrencyPaymaster = inGameCurrencyPaymaster;
 }