implement GasStationState::GasStationState() (#215)

* implement GasStationState::GasStationState()

* Match 100%

---------

Co-authored-by: Christian Semmler <mail@csemmler.com>
This commit is contained in:
Ramen2X
2023-10-16 14:17:23 -04:00
committed by GitHub
parent 50b9a39b2f
commit b95656a735
4 changed files with 25 additions and 2 deletions

View File

@@ -23,6 +23,14 @@ public:
return !strcmp(name, GasStationState::ClassName()) || LegoState::IsA(name);
}
private:
undefined4 m_unk0x08[3];
undefined4 m_unk0x14;
undefined2 m_unk0x18;
undefined2 m_unk0x1a;
undefined2 m_unk0x1c;
undefined2 m_unk0x1e;
undefined2 m_unk0x20;
};
#endif // GASSTATIONSTATE_H