Auto Follow Paimon

Auto Follow Paimon
This commit is contained in:
RyujinZX
2022-06-10 15:36:14 +03:00
parent 50d1cec7f0
commit 2328cbaf9b
6 changed files with 117 additions and 2 deletions

View File

@ -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