package mightypork.rogue.loading; /** * Resource that is used as a placeholder instead of an actual resource; this * resource should not be attempted to be loaded. * * @author MightyPork */ public interface NullResource { }