miuu-diamond-time-viewer/PatchEntryPoint.cs

13 lines
158 B
C#
Raw Normal View History

2023-08-21 19:05:40 -04:00
using System;
namespace MiuuDiamondTimeViewer
{
public static class PatchEntryPoint
{
public static void Start()
{
Patcher.OnStartup();
}
}
}