using Lagrange.Core; using Lagrange.Core.Common; using RoBot.Start.Dto.ConfigDto; using RoBot.Start.Keystore; namespace RoBot.Start.Global { public class GlobalConfig { public static ConfigSetting ConfigSetting; public static BotDeviceInfo BotDeviceInfo; public static KeystoreInfo KeystoreInfo; public static BotContext BotContext; } }