
com.artemis.component.Cullible Maven / Gradle / Ivy
package com.artemis.component;
import com.artemis.Component;
public class Cullible extends Component {
public boolean culled;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy
package com.artemis.component;
import com.artemis.Component;
public class Cullible extends Component {
public boolean culled;
}