Example #1
0
 public static void setAccountType(GameAccountType type)
 {
     JoyYouNativeInterface.AndroidInvoke("__IStatisticalData", "setAccountTypeByString", new object[]
     {
         type.ToString()
     });
 }
Example #2
0
 void IStatisticalData.setAccountType(GameAccountType type)
 {
     JoyYouNativeInterface.setAccountType(type);
 }