move ecs related code to own folder
This commit is contained in:
6
src/lib/ecs/component/FactionComponent.h
Normal file
6
src/lib/ecs/component/FactionComponent.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
struct FactionComponent
|
||||
{
|
||||
bool isEnemy;
|
||||
};
|
||||
Reference in New Issue
Block a user