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

net.mostlyoriginal.api.component.graphics.RendererSingleton Maven / Gradle / Ivy

The newest version!
package net.mostlyoriginal.api.component.graphics;

import com.artemis.Component;
import com.artemis.annotations.Transient;
import net.mostlyoriginal.api.Singleton;

/**
 * @author Daan van Yperen
 */
@Singleton
@Transient
public class RendererSingleton extends Component {
    public boolean sortedDirty = true;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy