예제 #1
0
 void IGameRecord.ShowWelfareCenter()
 {
     if (JoyYouSDK.isSupported_IGameRecord)
     {
         this.doIGameRecord_DelayInit();
         JoyYouNativeInterface.GameRecordItf_ShowWelfareCenter();
     }
 }