![]() |
Olympe Engine 2.0
2D Game Engine with ECS Architecture
|
#include <ECS_Components.h>
Public Member Functions | |
| Inventory_data ()=default | |
| Inventory_data (const Inventory_data &)=default | |
| Inventory_data & | operator= (const Inventory_data &)=default |
Public Attributes | |
| std::vector< std::string > | items |
Definition at line 253 of file ECS_Components.h.
|
default |
|
default |
|
default |
| std::vector<std::string> Inventory_data::items |
Definition at line 255 of file ECS_Components.h.