2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-14 18:46:09 +00:00

More CThardus imps

This commit is contained in:
2020-07-25 21:53:49 -07:00
parent b68af83fb3
commit 7847b59705
3 changed files with 58 additions and 5 deletions

View File

@@ -51,6 +51,7 @@ public:
void Think(float dt, CStateManager& mgr) override;
float Get_x324() const { return x324_; }
void Set_x32c(float val) { x32c_thermalMag = val; }
void SetIsCold(bool v) { x334_isCold = v; }
bool IsUsingPhazonModel() const { return x335_usePhazonModel; }