Ver Fonte

【优化】同步GameServer运行目录

johnclot69 há 1 ano atrás
pai
commit
f9669f879b

+ 5 - 1
GameServer/Config/ExportExcel.bat

@@ -1,5 +1,9 @@
 @echo off
 
-cd ../DebugBin
+cd ../Bin
 Tool.exe --AppType=ExcelExporter --Console=1
+
+echo Sync Config To GameServer...
+call ../Config/SyncConfig.bat
+
 @pause

+ 1 - 1
GameServer/Config/ExportProto.bat

@@ -1,5 +1,5 @@
 @echo off
 
-cd ../DebugBin
+cd ../Bin
 Tool.exe --AppType=Proto2CS --Console=1
 @pause

+ 14 - 0
GameServer/Config/Proto/OuterMessage_C_10001.proto

@@ -351,4 +351,18 @@ message HttpGetVersionResponse
 	string Message = 2;
 	int64 Version = 3;	// 版本号
 	string Url = 4;	// 新包地址
+}
+
+//ResponseType G2C_BattleNotify
+message C2G_BattleNotify // IRequest
+{
+	int32 RpcId = 1;
+	string Message = 2;
+}
+
+message G2C_BattleNotify // IResponse
+{
+	int32 RpcId = 1;
+	int32 Error = 2;
+	string Message = 3;
 }

BIN
GameServer/DebugBin/App.dll


BIN
GameServer/DebugBin/App.pdb


BIN
GameServer/DebugBin/Core.dll


BIN
GameServer/DebugBin/Core.pdb


BIN
GameServer/DebugBin/Hotfix.dll


BIN
GameServer/DebugBin/Hotfix.pdb


BIN
GameServer/DebugBin/Loader.dll


BIN
GameServer/DebugBin/Loader.pdb


BIN
GameServer/DebugBin/Model.dll


BIN
GameServer/DebugBin/Model.pdb


BIN
GameServer/DebugBin/ThirdParty.dll


BIN
GameServer/DebugBin/ThirdParty.pdb


BIN
GameServer/DebugBin/Tool.dll


BIN
GameServer/DebugBin/Tool.pdb