Files
dota_factory/src/lib/ecs/component/SalvageCargoComponent.h
2026-06-05 20:09:20 +02:00

11 lines
189 B
C

#pragma once
struct SalvageCargoComponent
{
int capacity;
int current;
float collectionRange_tiles;
int collectionIntervalTicks;
int cooldownTicksRemaining;
};