Port of Ash Entity system into D
An entity is composed of components. As such, it is essentially a collection object for components. Sometimes, the entities in a game will mirror the actual characters and objects in the game, but this is not necessary.
See Source File
Port of Ash Entity system into D