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

7 lines
61 B
C

#pragma once
struct FactionComponent
{
bool isEnemy;
};