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

Add Items window

This commit is contained in:
2021-05-27 10:26:13 -04:00
parent 3bb81f7fed
commit a4d78785fb
6 changed files with 197 additions and 0 deletions

View File

@@ -168,6 +168,7 @@ public:
void PutTo(CBitStreamWriter& stream);
static u32 GetPowerUpMaxValue(EItemType type);
static EItemType ItemNameToType(std::string_view name);
static std::string_view ItemTypeToName(EItemType type);
bool CanTakeDamage() const { return m_canTakeDamage; }
void SetCanTakeDamage(bool c) { m_canTakeDamage = c; }
};