feat: add structured economic events
This commit is contained in:
@@ -27,3 +27,8 @@ const RESOURCE_FOOD := &"food"
|
||||
const RESOURCE_WOOD := &"wood"
|
||||
|
||||
const STORAGE_VILLAGE_PANTRY := &"village_pantry"
|
||||
|
||||
const EVENT_RESOURCE_EXTRACTED := &"resource_extracted"
|
||||
const EVENT_STORAGE_DEPOSITED := &"storage_deposited"
|
||||
const EVENT_STORAGE_WITHDRAWN := &"storage_withdrawn"
|
||||
const EVENT_ITEM_CONSUMED := &"item_consumed"
|
||||
|
||||
Reference in New Issue
Block a user