mirror of
https://github.com/soarqin/DSP_Mods.git
synced 2025-12-16 17:13:48 +08:00
work in progress
This commit is contained in:
@@ -261,5 +261,12 @@ public class PersistPatch : PatchImpl<PersistPatch>
|
||||
return matcher.InstructionEnumeration();
|
||||
}
|
||||
|
||||
[HarmonyPostfix]
|
||||
[HarmonyPatch(typeof(MilkyWayCache), nameof(MilkyWayCache.LoadTopTenPlayerData))]
|
||||
private static void MilkyWayCache_LoadTopTenPlayerData_Postfix(MilkyWayCache __instance)
|
||||
{
|
||||
Functions.UIFunctions.UpdateMilkyWayTopTenPlayers();
|
||||
}
|
||||
|
||||
#endregion
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user