All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.artemis.component.EntityReferencing Maven / Gradle / Ivy

There is a newer version: 2.3.0
Show newest version
package com.artemis.component;

import com.artemis.Component;
import com.artemis.Entity;
import com.artemis.annotations.EntityId;
import com.artemis.utils.Bag;
import com.artemis.utils.IntBag;

public class EntityReferencing extends Component {
	@EntityId public int id;
	@EntityId public IntBag ids;
	public Entity entity;
	public Bag entiies;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy