mirror of
https://github.com/SunsetMkt/Akebi-GC.git
synced 2025-09-20 12:36:02 +08:00
Auto Follow Paimon
Auto Follow Paimon
This commit is contained in:
@ -43,6 +43,7 @@
|
||||
#include <cheat/visuals/CameraZoom.h>
|
||||
#include <cheat/visuals/ShowChestIndicator.h>
|
||||
#include <cheat/visuals/ProfileChanger.h>
|
||||
#include <cheat/visuals/PaimonFollow.h>
|
||||
|
||||
#include "GenshinCM.h"
|
||||
|
||||
@ -97,8 +98,9 @@ namespace cheat
|
||||
FEAT_INST(FPSUnlock),
|
||||
FEAT_INST(CameraZoom),
|
||||
FEAT_INST(ChestIndicator),
|
||||
FEAT_INST(ProfileChanger)
|
||||
|
||||
FEAT_INST(ProfileChanger),
|
||||
FEAT_INST(PaimonFollow)
|
||||
|
||||
});
|
||||
#undef FEAT_INST
|
||||
|
||||
|
Reference in New Issue
Block a user