![]() |
Peoplemon
0.1.0
Peoplemon 3 game source documentation
|
#include <Behavior.hpp>
Public Types | |
using | B = core::file::Behavior |
Public Member Functions | |
SerializableObject () | |
Public Attributes | |
SerializableField< 1, B, B::Type > | type |
SerializableField< 2, B, decltype(B::data)> | data |
Definition at line 267 of file Behavior.hpp.
using bl::serial::SerializableObject< core::file::Behavior >::B = core::file::Behavior |
Definition at line 268 of file Behavior.hpp.
|
inline |
Definition at line 273 of file Behavior.hpp.
SerializableField<2, B, decltype(B::data)> bl::serial::SerializableObject< core::file::Behavior >::data |
Definition at line 271 of file Behavior.hpp.
SerializableField<1, B, B::Type> bl::serial::SerializableObject< core::file::Behavior >::type |
Definition at line 270 of file Behavior.hpp.