In-game Browser

me and @RyujinZX
This commit is contained in:
Joaquin
2022-06-12 00:46:44 -06:00
parent f14e3be328
commit 962cdfa20a
7 changed files with 258 additions and 1 deletions

View File

@ -45,6 +45,7 @@
#include <cheat/visuals/ProfileChanger.h>
#include <cheat/visuals/PaimonFollow.h>
#include <cheat/visuals/HideUI.h>
#include <cheat/visuals/Browser.h>
#include "GenshinCM.h"
@ -101,7 +102,8 @@ namespace cheat
FEAT_INST(ChestIndicator),
FEAT_INST(ProfileChanger),
FEAT_INST(PaimonFollow),
FEAT_INST(HideUI)
FEAT_INST(HideUI),
FEAT_INST(Browser)
});
#undef FEAT_INST