move ecs related code to own folder
This commit is contained in:
8
src/lib/ecs/component/SalvageCargoComponent.h
Normal file
8
src/lib/ecs/component/SalvageCargoComponent.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#pragma once
|
||||
|
||||
struct SalvageCargoComponent
|
||||
{
|
||||
int capacity;
|
||||
int current;
|
||||
float collectionRange;
|
||||
};
|
||||
Reference in New Issue
Block a user