move ecs related code to own folder
This commit is contained in:
10
src/lib/ecs/component/RepairBehaviorComponent.h
Normal file
10
src/lib/ecs/component/RepairBehaviorComponent.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#pragma once
|
||||
|
||||
#include <optional>
|
||||
|
||||
#include "entt/entity/entity.hpp"
|
||||
|
||||
struct RepairBehaviorComponent
|
||||
{
|
||||
std::optional<entt::entity> currentTarget;
|
||||
};
|
||||
Reference in New Issue
Block a user