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