1111
This commit is contained in:
26
Dps_A/main.nut
Normal file
26
Dps_A/main.nut
Normal file
@@ -0,0 +1,26 @@
|
||||
getroottable().DebugModelFlag <- false;
|
||||
//初始化插件
|
||||
function InitPluginInfo() {
|
||||
Sq_CreatCConnectPool(2, 4, "127.0.0.1", 3306, "game", "uu5!^%jg");
|
||||
Sq_CreatSocketConnect("192.168.200.24", "65109");
|
||||
}
|
||||
|
||||
|
||||
|
||||
function PrintTag() {
|
||||
print(InitSuccessTag);
|
||||
}
|
||||
|
||||
function main() {
|
||||
|
||||
InitPluginInfo();
|
||||
|
||||
PrintTag();
|
||||
|
||||
}
|
||||
|
||||
|
||||
// getroottable().CombatRankServerProject <- CombatRank();
|
||||
// getroottable().ServerControlProject <- ServerControl();
|
||||
// getroottable().AntonServerProject <- Anton();
|
||||
// getroottable().FiendwarServerProject <- Fiendwar();
|
||||
Reference in New Issue
Block a user