Merge pull request #4 from EricPlayZ/dev

fix tpp model
This commit is contained in:
EricPlayZ
2024-04-24 04:51:36 +03:00
committed by GitHub

View File

@ -5,8 +5,8 @@ namespace GamePH {
class gen_TPPModel { class gen_TPPModel {
public: public:
union { union {
buffer<0x2D59, bool> enableTPPModel1; buffer<0x2DB9, bool> enableTPPModel1;
buffer<0x2D5A, bool> enableTPPModel2; buffer<0x2DBA, bool> enableTPPModel2;
}; };
static gen_TPPModel* Get(); static gen_TPPModel* Get();