Components
They are most of the time struct/class containing some obvious fact. As example, Component Position :
struct Position {
int x;
int y;
};
Last updated
They are most of the time struct/class containing some obvious fact. As example, Component Position :
struct Position {
int x;
int y;
};
Last updated