Texture Changer

This commit is contained in:
RyujinZX
2022-06-25 08:48:39 +03:00
parent f722036f60
commit d731210834
7 changed files with 201 additions and 4 deletions

View File

@ -49,6 +49,7 @@
#include <cheat/visuals/HideUI.h>
#include <cheat/visuals/Browser.h>
#include <cheat/visuals/EnablePeaking.h>
#include <cheat/visuals/TextureChanger.h>
#include "GenshinCM.h"
@ -109,7 +110,8 @@ namespace cheat
FEAT_INST(PaimonFollow),
FEAT_INST(HideUI),
FEAT_INST(Browser),
FEAT_INST(EnablePeaking)
FEAT_INST(EnablePeaking),
FEAT_INST(TextureChanger),
});
#undef FEAT_INST