package mightypork.rogue.loading; /** * Resource that is texture-based and therefore needs to be loaded in the main * thread (ie. main loop). * * @author MightyPork */ public interface MustLoadInMainThread { }