mirror of
https://github.com/360NENZ/Taiga74164-Akebi-GC.git
synced 2025-09-20 04:36:05 +08:00
Texture Changer
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user