[+] Mark supported game versions with attributes

This commit is contained in:
Clansty
2024-10-27 23:34:41 +08:00
parent 6bb2685e03
commit ff2ed50dea
9 changed files with 54 additions and 23 deletions

View File

@@ -1,9 +1,11 @@
using HarmonyLib;
using AquaMai.Attributes;
using HarmonyLib;
using MAI2System;
using Manager;
namespace AquaMai.Cheat
{
[GameVersion(24000)]
public class UnlockUtage
{
[HarmonyPrefix]
@@ -15,4 +17,4 @@ namespace AquaMai.Cheat
return false;
}
}
}
}