UNPKG

complex-engine

Version:

JS Component Entity Framework for Gamedevelopment

11 lines (7 loc) 192 B
/** * This is a bare Component. * It's used to store specific data related to an Entity. This data will then be processed by a cxSystem. */ class Component { } export default Component;