|
helapordo 1.4.13
|
#include <ser_core.h>
Data Fields | |
| int32_t | class |
| Defines which kind of Perk the instance relates to. | |
| int32_t | innerValue |
| Contains an integer for perks that need a state. | |
Serialized Perk.
Packed struct. Can be turned into a Perk with deser_Perk(). Can be obtained from a Perk with ser_Perk().
| int32_t SerPerk::class |
Defines which kind of Perk the instance relates to.
| int32_t SerPerk::innerValue |
Contains an integer for perks that need a state.