コード例 #1
0
 void IStatisticalData.accountPay(string messageId, string status, string accountID, string orderID, double currencyAmount, string currencyType, double virtualCurrencyAmount, long chargeTime, string iapID, string paymentType, string gameServer, string gameVersion, int level, string mission)
 {
     JoyYouNativeInterface.accountPay(messageId, status, accountID, orderID, currencyAmount, currencyType, virtualCurrencyAmount, chargeTime, iapID, paymentType, gameServer, gameVersion, level, mission);
 }