Peoplemon  0.1.0
Peoplemon 3 game source documentation
Namespaces | Enumerations
PassiveAilment.hpp File Reference
#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::PassiveAilment : std::uint8_t {
  core::pplmn::None = 0 , core::pplmn::Confused = 0x1 << 0 , core::pplmn::Stolen = 0x1 << 1 , core::pplmn::Trapped = 0x1 << 2 ,
  core::pplmn::Distracted = 0x1 << 3
}
 Represents a passive ailment a Peoplemon can have. More...