move ecs related code to own folder
This commit is contained in:
9
src/lib/ecs/component/ShipIdentityComponent.h
Normal file
9
src/lib/ecs/component/ShipIdentityComponent.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
|
||||
struct ShipIdentityComponent
|
||||
{
|
||||
int level;
|
||||
std::string schematicId;
|
||||
};
|
||||
Reference in New Issue
Block a user