mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-11 20:37:27 +08:00
[+] AquaMai: Add CalcSpecialNum
This commit is contained in:
@@ -90,4 +90,12 @@ public class BasicFix
|
|||||||
__result = true;
|
__result = true;
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[HarmonyPrefix]
|
||||||
|
[HarmonyPatch(typeof(GameManager), "CalcSpecialNum")]
|
||||||
|
private static bool CalcSpecialNum(ref int __result)
|
||||||
|
{
|
||||||
|
__result = 1024;
|
||||||
|
return false;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user