mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-12 04:47:27 +08:00
[+] AquaMai: Init project
This commit is contained in:
24
AquaMai/Main.cs
Normal file
24
AquaMai/Main.cs
Normal file
@@ -0,0 +1,24 @@
|
||||
using MelonLoader;
|
||||
using HarmonyLib;
|
||||
|
||||
namespace AquaMai
|
||||
{
|
||||
public static class BuildInfo
|
||||
{
|
||||
public const string Name = "AquaMai";
|
||||
public const string Description = "Mod for Sinmai";
|
||||
public const string Author = "Aza";
|
||||
public const string Company = null;
|
||||
public const string Version = "1.0.0";
|
||||
public const string DownloadLink = null;
|
||||
}
|
||||
|
||||
public class AquaMai : MelonMod
|
||||
{
|
||||
public override void OnInitializeMelon()
|
||||
{
|
||||
MelonLogger.Msg("OnApplicationStart");
|
||||
HarmonyLib.Harmony.CreateAndPatchAll(typeof(CutsceneSkipping));
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user