using HarmonyLib; namespace EpicRerouter { [HarmonyPatch(typeof(EpicPlatformManager))] public static class Patches { } }