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

7 lines
64 B
C

#pragma once
struct HqProxyComponent
{
char unused = 0;
};