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