
com.artemis.component.Size Maven / Gradle / Ivy
package com.artemis.component;
import com.artemis.Component;
public class Size extends Component {
public float width, height;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy
package com.artemis.component;
import com.artemis.Component;
public class Size extends Component {
public float width, height;
}