mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-17 01:13:05 +00:00
8 lines
127 B
C#
8 lines
127 B
C#
using HarmonyLib;
|
|
|
|
namespace EpicRerouter
|
|
{
|
|
[HarmonyPatch(typeof(EpicPlatformManager))]
|
|
public static class Patches { }
|
|
}
|