Add Enable Peaking ;)

hehehe
This commit is contained in:
Joaquin
2022-06-18 19:41:42 -06:00
parent f70d515295
commit 4955c6e599
7 changed files with 123 additions and 1 deletions

View File

@ -47,6 +47,7 @@
#include <cheat/visuals/PaimonFollow.h>
#include <cheat/visuals/HideUI.h>
#include <cheat/visuals/Browser.h>
#include <cheat/visuals/EnablePeaking.h>
#include "GenshinCM.h"
@ -105,7 +106,8 @@ namespace cheat
FEAT_INST(ProfileChanger),
FEAT_INST(PaimonFollow),
FEAT_INST(HideUI),
FEAT_INST(Browser)
FEAT_INST(Browser),
FEAT_INST(EnablePeaking)
});
#undef FEAT_INST