8634792e2b
gregCore CI / build (push) Has been cancelled
feat(CommonShop): Add custom shop item registration and checkout handling feat(CommonShop): Create CustomShopItem class for better item management feat(CommonShop): Develop ShopAPI for injecting custom items into the shop feat(FasterSFP): Introduce faster SFP modules with custom speeds and prices feat(NoMoreEOL): Add patch to control visibility of error warning signs feat(QoL): Implement various quality of life improvements including shop layout fixes and item deletion refactor(Sdk): Create legacy event dispatcher for backward compatibility
11 lines
220 B
C#
11 lines
220 B
C#
using HarmonyLib;
|
|
|
|
namespace gregFramework.Hooks;
|
|
|
|
/// <summary>
|
|
/// Reserved for Power / UPS / PDU hooks once matching Il2Cpp surface is classified.
|
|
/// </summary>
|
|
[HarmonyPatch]
|
|
internal static class GregPowerHooks
|
|
{
|
|
} |