Peoplemon  0.1.0
Peoplemon 3 game source documentation
Namespaces | Enumerations
Ailment.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::Ailment : std::uint8_t {
  core::pplmn::None = 0 , core::pplmn::Annoyed = 2 , core::pplmn::Frustrated = 3 , core::pplmn::Sticky = 5 ,
  core::pplmn::Sleep = 6 , core::pplmn::Frozen = 7
}
 Represents an ailment that a Peoplemon can have. More...