|
@@ -10,7 +10,6 @@ import { login_view } from './login_view/login_view';
|
|
|
import { game_list } from './game_list_view/game_list';
|
|
|
import { check_open } from './check_open';
|
|
|
import { unLock_view } from './unLock_view/unLock_view';
|
|
|
-import { SdkUtil } from '../sdkUtil';
|
|
|
import { game_health_view } from './game_health_view/game_health_view';
|
|
|
const { ccclass, property } = _decorator;
|
|
|
|
|
@@ -32,7 +31,6 @@ export class game_run extends Component {
|
|
|
@property(gameManager) mGameManger:gameManager = null;
|
|
|
|
|
|
protected start(): void {
|
|
|
- SdkUtil.init()
|
|
|
this.btn_close.on(Node.EventType.TOUCH_END,()=>{
|
|
|
this.close()
|
|
|
})
|