Exemple #1
0
 public static void GameRecordItf_ShowWelfareCenter()
 {
     if (Application.platform != RuntimePlatform.OSXEditor && Application.platform != RuntimePlatform.WindowsEditor)
     {
         JoyYouNativeInterface.AndroidInvoke("__IGameRecord", "ShowWelfareCenter", new object[0]);
     }
     else
     {
         JoyYouInterfaceSimulator.GameRecordItf_ShowCoinWebView();
     }
 }