@@ -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,5 +1,5 @@
Tool.exe --AppType=Proto2CS --Console=1
@@ -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 Error = 2;
+ string Message = 3;
}