mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-10 15:17:26 +08:00
[+] Mark supported game versions with attributes
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user