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

Initial CIceImpact

This commit is contained in:
2021-03-07 01:41:56 -08:00
committed by Luke Street
parent 99b6034e5c
commit 5fd78e4c75
11 changed files with 550 additions and 2 deletions

View File

@@ -127,6 +127,7 @@ public:
EKnockBackType type, float magnitude);
void SetSeverity(pas::ESeverity v) { x7c_severity = v; }
void SetEnableFreeze(bool b) { x81_25_enableFreeze = b; }
bool GetEnableFreeze() const { return x81_25_enableFreeze; }
void SetEnableShock(bool b) { x81_26_enableShock = b; }
void SetEnableBurn(bool b) { x81_27_enableBurn = b; }
void SetEnableBurnDeath(bool b) { x81_28_enableBurnDeath = b; }