miuu-diamond-time-viewer/PatchEntryPoint.cs

12 lines
154 B
C#

using System;
namespace DiamondTimeViewer
{
public static class PatchEntryPoint
{
public static void Start()
{
Patcher.OnStartup();
}
}
}