hch
2025-03-06 ae5eb21665b1d7b241304d3feee6611c7e9cb114
SdkProject/channel/hyyngame/java/com/secondworld/sdk/GTGameApp.java
@@ -1,16 +1,16 @@
package com.secondworld.sdk;
import com.ald.sdk.AldGameManger;
import tw.com.mycard.sdk.libs.PSDKApplication;
public class GTGameApp extends PSDKApplication {
import com.ald.sdk.AldSPApplication;
public class GTGameApp extends AldSPApplication {
    @Override
    public void onCreate() {
        super.onCreate();
        AldGameManger.getInstance().applicationOnCreate(this);
        GameAppProxy.create(this,new GTGamePlatform());
        registerProxy();
        //AldGameManger.getInstance().applicationOnCreate(this);
    }
    protected void registerProxy() {