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