mirror of
https://github.com/EricPlayZ/EGameTools.git
synced 2025-07-18 17:37:53 +08:00
fix tpp model
This commit is contained in:
@ -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();
|
||||
|
Reference in New Issue
Block a user