mirror of
https://github.com/360NENZ/Taiga74164-Akebi-GC.git
synced 2025-09-19 20:26:20 +08:00
Added VacuumLoot
based on @m0nkrel AutoSeelie
This commit is contained in:
@ -10,7 +10,6 @@ namespace cheat::feature
|
||||
{
|
||||
AutoSeelie::AutoSeelie() : Feature(),
|
||||
NF(f_Enabled, "Auto follow seelie", "AutoSeelie", false)
|
||||
|
||||
{
|
||||
events::GameUpdateEvent += MY_METHOD_HANDLER(AutoSeelie::OnGameUpdate);
|
||||
}
|
||||
@ -22,7 +21,7 @@ namespace cheat::feature
|
||||
|
||||
void AutoSeelie::DrawMain()
|
||||
{
|
||||
ConfigWidget("Auto seelie", f_Enabled, "Auto follow seelie to it home");
|
||||
ConfigWidget("Auto seelie", f_Enabled, "Auto follow seelie to its home");
|
||||
ImGui::SameLine();
|
||||
ImGui::TextColored(ImColor(255, 165, 0, 255), "Don't work with Electro Seelies");
|
||||
}
|
||||
@ -58,7 +57,6 @@ namespace cheat::feature
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
void AutoSeelie::OnGameUpdate()
|
||||
{
|
||||
if (!f_Enabled)
|
||||
|
Reference in New Issue
Block a user