![]() |
Peoplemon
0.1.0
Peoplemon 3 game source documentation
|
#include <cstdint>
Go to the source code of this file.
Namespaces | |
core | |
Core classes and functionality for both the editor and game. | |
core::item | |
Collection of enums and classes for managing and using items. | |
Enumerations | |
enum class | core::item::Type : std::uint16_t { core::item::Unknown = 0 , core::item::TargetPeoplemon = 1 , core::item::Peopleball , core::item::EvolveStone , core::item::PlayerModifier , core::item::Useless , core::item::HoldItem , core::item::KeyItem , core::item::TM } |
The type classification of an item. This is used to determine when an item may be used and how to use it. More... | |