fix tpp model

This commit is contained in:
EricPlayZ
2024-04-24 04:47:30 +03:00
parent ebc2ca4aaf
commit df811ca134

View File

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