forked from Cookies_Github_mirror/AquaDX
[+] 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