30 lines
736 B
JavaScript
30 lines
736 B
JavaScript
///////////////////////////////////////////////////
|
|
////////////////////友乐游戏app////////////////////
|
|
///////////////////////////////////////////////////
|
|
|
|
//平台服务器
|
|
min_loadJsFile("youle/server_platform/mod.js", function(){
|
|
//运营商服务器
|
|
min_loadJsFile("youle/server_agent/mod.js", function(){
|
|
//房间服务器
|
|
min_loadJsFile("youle/server_room/mod.js", function(){
|
|
//代理后台接口表
|
|
// min_loadJsFile("youle/server_synch/mod.js", function(){
|
|
//牛牛
|
|
min_loadJsFile("games2/jinxianmahjong/mod.js", function(){
|
|
|
|
|
|
var do_restore = function(){
|
|
cls_youle_room_backup.restore();
|
|
}
|
|
min_ontimeout(do_restore, 1000);
|
|
|
|
|
|
// });
|
|
});
|
|
});
|
|
});
|
|
});
|
|
|
|
var youle_app = youle_app || cls_app.new("youle", packet_face);
|