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