上传组主分支代码
This commit is contained in:
parent
b4529e58c1
commit
d943d3a286
@ -10,8 +10,7 @@ namespace BattleServer
|
|||||||
{
|
{
|
||||||
Console.WriteLine("外部参数:{0}", args[0]);
|
Console.WriteLine("外部参数:{0}", args[0]);
|
||||||
HotUpdateScripts.FightRunnerMgr.Instance.Init("./GameConfig/");
|
HotUpdateScripts.FightRunnerMgr.Instance.Init("./GameConfig/");
|
||||||
cfg.Game.HeroData data = HotUpdateScripts.FightBase.GC.Hero.Get("25001");
|
Console.WriteLine($"当前战斗服版本号:{HotUpdateScripts.Versions.CurrentVersion}, 构建时间:{HotUpdateScripts.Versions.BuildTime}");
|
||||||
HotUpdateScripts.FightDebug.Log("测试读取配置 name:" + data.Name);
|
|
||||||
Service service = new Service(args[0]);
|
Service service = new Service(args[0]);
|
||||||
Console.WriteLine("BattleServer Start!");
|
Console.WriteLine("BattleServer Start!");
|
||||||
Thread.Sleep(Timeout.Infinite);
|
Thread.Sleep(Timeout.Infinite);
|
||||||
|
Loading…
Reference in New Issue
Block a user