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