Olympe Engine 2.0
2D Game Engine with ECS Architecture
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
Inventory_data Struct Reference

#include <ECS_Components.h>

Public Member Functions

 Inventory_data ()=default
 
 Inventory_data (const Inventory_data &)=default
 
Inventory_dataoperator= (const Inventory_data &)=default
 

Public Attributes

std::vector< std::string > items
 

Detailed Description

Definition at line 253 of file ECS_Components.h.

Constructor & Destructor Documentation

◆ Inventory_data() [1/2]

Inventory_data::Inventory_data ( )
default

◆ Inventory_data() [2/2]

Inventory_data::Inventory_data ( const Inventory_data )
default

Member Function Documentation

◆ operator=()

Inventory_data & Inventory_data::operator= ( const Inventory_data )
default

Member Data Documentation

◆ items

std::vector<std::string> Inventory_data::items

Definition at line 255 of file ECS_Components.h.


The documentation for this struct was generated from the following file: