Return Component/System/Event unique ID
ComponentRef contain component ID and pointer to it. It used to add component data to entity.
Structure of Entity. It's have only ID, but have full konwlege to get to components memory (If pointer to it is proper).
Entity ID structure. Used as reference to Entity. Pointer to entity should be ever used to store entity reference!
Entity template structure.
Entity module.