Fix harvesting and add resource depositing

This commit is contained in:
2023-12-29 14:54:13 +01:00
parent 31a9289770
commit 681080f3ed
5 changed files with 27 additions and 8 deletions

View File

@@ -26,3 +26,6 @@ i32 harvestEvent(ecs_entity_t entity, HarvestEvent event) {
return event.amount;
}
void depositEvent(ecs_entity_t entity, DepositEvent event) {
}