mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-14 14:46:09 +00:00
Fix Thardus' structure and implement basic behavior
This commit is contained in:
@@ -52,8 +52,8 @@ public:
|
||||
|
||||
void Think(float dt, CStateManager& mgr) override;
|
||||
|
||||
float Get_x324() const { return x324_; }
|
||||
void Set_x32c(float val) { x32c_thermalMag = val; }
|
||||
float GetThrmalMag() const { return x324_; }
|
||||
void SetThermalMag(float val) { x32c_thermalMag = val; }
|
||||
void SetIsCold(bool v) { x334_isCold = v; }
|
||||
bool IsUsingPhazonModel() const { return x335_usePhazonModel; }
|
||||
void UsePhazonModel() {
|
||||
|
||||
Reference in New Issue
Block a user