12 lines
158 B
C#
12 lines
158 B
C#
using System;
|
|
|
|
namespace MiuuDiamondTimeViewer
|
|
{
|
|
public static class PatchEntryPoint
|
|
{
|
|
public static void Start()
|
|
{
|
|
Patcher.OnStartup();
|
|
}
|
|
}
|
|
}
|