com.artemis.Component Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of artemis-odb Show documentation
Show all versions of artemis-odb Show documentation
Fork of Artemis Entity System Framework.
package com.artemis;
/**
* The most basic component type.
*
* @see PackedComponent
* @see PooledComponent
*
* @author Arni Arent
*/
public abstract class Component {}