|
@@ -734,10 +734,6 @@ export class gameManager extends Component {
|
|
public getCurSceneLayerPage(){
|
|
public getCurSceneLayerPage(){
|
|
return this.mGameRun.getCurSceneLayerPage()
|
|
return this.mGameRun.getCurSceneLayerPage()
|
|
}
|
|
}
|
|
-
|
|
|
|
- public setScheduleOnce(callback:any, delay?:number) {
|
|
|
|
- this.scheduleOnce(callback,delay)
|
|
|
|
- }
|
|
|
|
|
|
|
|
public static request_user_unlock_number_status(status = config.User_unlock_levels_number_status.GET, success_callback:any, fail_callback:any) {
|
|
public static request_user_unlock_number_status(status = config.User_unlock_levels_number_status.GET, success_callback:any, fail_callback:any) {
|
|
if(status != config.User_unlock_levels_number_status.GET) {
|
|
if(status != config.User_unlock_levels_number_status.GET) {
|