mirror of
https://github.com/360NENZ/Taiga74164-Akebi-GC.git
synced 2025-09-20 04:36:05 +08:00
Added AutoRun feature
This commit is contained in:
@ -17,6 +17,7 @@
|
||||
#include <cheat/player/NoCD.h>
|
||||
#include <cheat/player/NoClip.h>
|
||||
#include <cheat/player/RapidFire.h>
|
||||
#include <cheat/player/AutoRun.h>
|
||||
|
||||
#include <cheat/world/AutoLoot.h>
|
||||
#include <cheat/world/DialogSkip.h>
|
||||
@ -82,6 +83,7 @@ namespace cheat
|
||||
FEAT_INST(NoCD),
|
||||
FEAT_INST(NoClip),
|
||||
FEAT_INST(RapidFire),
|
||||
FEAT_INST(AutoRun),
|
||||
|
||||
FEAT_INST(AutoLoot),
|
||||
FEAT_INST(AutoTreeFarm),
|
||||
|
Reference in New Issue
Block a user