We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5870fb0 commit 69aea54Copy full SHA for 69aea54
GameFrameX.Utility/Setting/GlobalConst.cs
@@ -171,10 +171,31 @@ public static class GlobalConst
171
#endregion
172
173
/// <summary>
174
- /// 服务发现中心服务名称
+ /// 服务发现中心 服务名称
175
/// </summary>
176
public const string DiscoveryCenterName = "DiscoveryCenter";
177
178
+ /// <summary>
179
+ /// 游戏 服务名称
180
+ /// </summary>
181
+ public const string GameName = "Game";
182
+
183
184
185
+ /// 聊天 服务名称
186
187
+ public const string ImName = "Im";
188
189
190
+ /// 好友 服务名称
191
192
+ public const string FriendName = "Friend";
193
194
195
+ /// 房间 服务名称
196
197
+ public const string RoomName = "Room";
198
199
#region HTTP
200
201
0 commit comments