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