quantum-space-buddies/EpicRerouter/Patches.cs

8 lines
127 B
C#
Raw Normal View History

2022-02-07 05:38:14 +00:00
using HarmonyLib;
namespace EpicRerouter
{
[HarmonyPatch(typeof(EpicPlatformManager))]
public static class Patches { }
}