mirror of
https://github.com/360NENZ/Taiga74164-Akebi-GC.git
synced 2025-09-20 20:56:13 +08:00
Types for Map hooks, Map utility & Teleport hooks
This commit is contained in:
@ -128,7 +128,7 @@ namespace cheat::feature
|
||||
return;
|
||||
}
|
||||
|
||||
auto singleton = GET_SINGLETON(MBHLOBDPKEC);
|
||||
auto singleton = GET_SINGLETON(MapModule);
|
||||
|
||||
for (const auto& [sceneId, waypoints] : waypointsGrops->pairs())
|
||||
{
|
||||
@ -169,7 +169,7 @@ namespace cheat::feature
|
||||
|
||||
void DrawManagerData()
|
||||
{
|
||||
auto singleton = GET_SINGLETON(MBHLOBDPKEC);
|
||||
auto singleton = GET_SINGLETON(MapModule);
|
||||
if (singleton == nullptr)
|
||||
{
|
||||
ImGui::Text("Manager not initialized.");
|
||||
|
Reference in New Issue
Block a user