Further implementation of types.

This commit is contained in:
2019-11-05 08:06:12 +01:00
parent 168e14d394
commit db2a577a85
8 changed files with 42 additions and 24 deletions

View File

@@ -54,6 +54,7 @@ namespace CreatureLib::Battling{
BattleSide* GetBattleSide() const;
bool IsFainted() const;
const std::vector<uint8_t>& GetTypes() const;
//region Stat APIs