|
@@ -5,7 +5,10 @@ public class MemKey_Cfg {
|
|
|
/// </summary>
|
|
|
/// <returns></returns>
|
|
|
public static readonly string GM_uids_hash = "gamecfg-GM_uids";
|
|
|
-
|
|
|
+ /// <summary>
|
|
|
+ /// 建筑配置数据
|
|
|
+ /// </summary>
|
|
|
+ public static readonly string build = "gamecfg-build";
|
|
|
}
|
|
|
public class MemKey_Game
|
|
|
{
|
|
@@ -32,11 +35,7 @@ public class MemKey_Game
|
|
|
/// <param name="guildId"></param>
|
|
|
/// <returns></returns>
|
|
|
public static string Guild(int zoneid,int guildId) => $"guild-{guildId}-zone{zoneid}";
|
|
|
-
|
|
|
- public static string Build()
|
|
|
- {
|
|
|
- return "gamecfg-build";
|
|
|
- }
|
|
|
+
|
|
|
|
|
|
#endregion
|
|
|
}
|