2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 21:07:42 +00:00

Move CEntityInfo to it's own header

This commit is contained in:
2017-01-29 18:15:21 -08:00
parent 7586142991
commit f1892afeef
9 changed files with 127 additions and 25 deletions

View File

@@ -40,6 +40,7 @@ struct ITweakPlayerGun : ITweak
virtual float GetX30() const = 0; // x30
virtual float GetX34() const = 0; // x34
virtual float GetX38() const = 0; // x38
virtual float GetRichochetDamage(atUint32) const = 0;
};
}