helapordo 1.4.12
|
Serialized Consumable. More...
#include <ser_core.h>
Data Fields | |
int32_t | class |
Defines which kind of Consumable this is. | |
int32_t | qty |
Indicates how many copies of the consumable the instance of this class holds. | |
Serialized Consumable.
Packed struct. Can be turned into a Consumable with deser_Consumable(). Can be obtained from a Consumable with ser_Consumable().
int32_t SerConsumable::class |
Defines which kind of Consumable this is.
int32_t SerConsumable::qty |
Indicates how many copies of the consumable the instance of this class holds.