Преглед на файлове

增加GameServerId配置

大爷 преди 2 години
родител
ревизия
21675e9fe4

BIN
Config/Excel/StartConfig/Localhost/StartMachineConfig@s.xlsx


+ 1 - 1
Config/GenFromExcel/cs/StartConfig/Localhost/StartMachineConfigCategory.bytes

@@ -1,2 +1,2 @@
 
-	127.0.0.1	127.0.0.1"10000
+"	127.0.0.1	127.0.0.1"10000(鮮

+ 1 - 1
Config/GenFromExcel/s/StartConfig/Localhost/StartMachineConfigCategory.bytes

@@ -1,2 +1,2 @@
 
-	127.0.0.1	127.0.0.1"10000
+"	127.0.0.1	127.0.0.1"10000(�N

+ 1 - 1
Config/GenJson/cs/StartConfig/Localhost/StartMachineConfig.txt

@@ -1,3 +1,3 @@
 {"list":[
-{"_t":"StartMachineConfig","_id":1,"InnerIP":"127.0.0.1","OuterIP":"127.0.0.1","WatcherPort":"10000"},
+{"_t":"StartMachineConfig","_id":1,"InnerIP":"127.0.0.1","OuterIP":"127.0.0.1","WatcherPort":"10000","GameServerId":10001},
 ]}

+ 1 - 1
Config/GenJson/s/StartConfig/Localhost/StartMachineConfig.txt

@@ -1,3 +1,3 @@
 {"list":[
-{"_t":"StartMachineConfig","_id":1,"InnerIP":"127.0.0.1","OuterIP":"127.0.0.1","WatcherPort":"10000"},
+{"_t":"StartMachineConfig","_id":1,"InnerIP":"127.0.0.1","OuterIP":"127.0.0.1","WatcherPort":"10000","GameServerId":10001},
 ]}

+ 3 - 0
Unity/Assets/Scripts/Codes/Model/Generate/Server/Config/StartMachineConfig.cs

@@ -83,6 +83,9 @@ namespace ET
 		/// <summary>守护进程端口</summary>
 		[ProtoMember(4)]
 		public string WatcherPort { get; set; }
+		/// <summary>与战斗服交互用,游戏服id</summary>
+		[ProtoMember(5)]
+		public int GameServerId { get; set; }
 
 	}
 }