mirror of
https://github.com/djdevin/recnet-plugin.git
synced 2026-09-08 14:41:30 -07:00
14 lines
365 B
C#
14 lines
365 B
C#
using HarmonyLib;
|
|
|
|
[HarmonyPatch(typeof(JAPJPGNBMNM), "JOKECJKBJGD")]
|
|
public static class PromisePatch
|
|
{
|
|
public static bool Prefix(out HPHDJAFFHCN<JAPJPGNBMNM.AOFCCEACNNA> __result)
|
|
{
|
|
var result = JAPJPGNBMNM.AOFCCEACNNA.JGIHNLEFJEL();
|
|
var promise = HAAHJPGNIMD.NMOOLKAJDOC(result);
|
|
__result = promise;
|
|
return false;
|
|
}
|
|
}
|