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