![]() |
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::pplmn | |
Collection of classes and enums pertaining to Peoplemon themselves. | |
Enumerations | |
enum class | core::pplmn::Stat : std::uint8_t { core::pplmn::HP = 0 , core::pplmn::Attack = 1 , core::pplmn::Defense = 2 , core::pplmn::SpecialAttack = 3 , core::pplmn::SpecialDefense = 4 , core::pplmn::Speed = 5 , core::pplmn::Evasion , core::pplmn::Accuracy , core::pplmn::Critical } |
Represents a single stat. Used as an offset to access Stats as an array. More... | |