Files
dota_factory/src/lib/ecs/component/ScrapDataComponent.h

7 lines
61 B
C

#pragma once
struct ScrapDataComponent
{
int amount;
};