|
WorldSim
inDev
2D tile-based sandbox RPG with procedurally generated fantasy world simulator 🌏
|
#include <Mythology_Deity.hpp>

Public Types | |
| enum | PERSONALITY { PHYSICAL, MYSTERIOUS, BUILDER, TRICKSTER } |
| enum | ALIGNMENT { GOOD, FLAWED, EVIL } |
Public Member Functions | |
| Mythology_Deity () | |
| void | act () |
Public Attributes | |
| std::string | name |
| Vector< Character * > | vObservedCharacters |
| World * | world |
| Mythology_Deity::Mythology_Deity | ( | ) |
| void Mythology_Deity::act | ( | ) |
| std::string Mythology_Deity::name |
| Vector<Character*> Mythology_Deity::vObservedCharacters |
| World* Mythology_Deity::world |
1.8.13