namespace QuestShare.Common { internal static class GameEventManager { public static void Initialize() { } public static void Dispose() { } } }