目录结构调整
This commit is contained in:
29
codes/games/server/youle/app.js
Normal file
29
codes/games/server/youle/app.js
Normal file
@@ -0,0 +1,29 @@
|
||||
///////////////////////////////////////////////////
|
||||
////////////////////友乐游戏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);
|
||||
Reference in New Issue
Block a user