|
ClassicCityBuilderKit 1.9.4
|
receives a specific item and uses it up over time
Classes | |
| class | ItemsRecipientData |
Public Member Functions | |
| void | Update (float multiplier) |
| void | Fill (ItemStorage storage) |
| void | Modify (int quantity) |
| ItemsRecipientData | SaveData () |
| void | LoadData (ItemsRecipientData data) |
Public Attributes | |
| Item | Item |
| ItemStorage | Storage |
| float | ConsumptionInterval |
Properties | |
| bool | HasAccess [get] |
| int | Quantity [get] |
Events | |
| Action | Gained |
| Action | Lost |