![]() |
Peoplemon
0.1.0
Peoplemon 3 game source documentation
|
#include <CatchRegion.hpp>
Public Types | |
using | Region = core::map::CatchRegion |
using | Wild = core::pplmn::WildPeoplemon |
Public Member Functions | |
SerializableObject () | |
Public Attributes | |
SerializableField< 1, Region, std::string > | name |
SerializableField< 2, Region, std::vector< Wild > > | wilds |
Definition at line 39 of file CatchRegion.hpp.
using bl::serial::SerializableObject< core::map::CatchRegion >::Region = core::map::CatchRegion |
Definition at line 40 of file CatchRegion.hpp.
using bl::serial::SerializableObject< core::map::CatchRegion >::Wild = core::pplmn::WildPeoplemon |
Definition at line 41 of file CatchRegion.hpp.
|
inline |
Definition at line 46 of file CatchRegion.hpp.
SerializableField<1, Region, std::string> bl::serial::SerializableObject< core::map::CatchRegion >::name |
Definition at line 43 of file CatchRegion.hpp.
SerializableField<2, Region, std::vector<Wild> > bl::serial::SerializableObject< core::map::CatchRegion >::wilds |
Definition at line 44 of file CatchRegion.hpp.