Move lightmap wrapper methods into common

This commit is contained in:
James Seibel
2026-03-10 17:33:55 -05:00
parent 4e908b5b15
commit e426fc2380
@@ -27,7 +27,5 @@ import com.seibel.distanthorizons.coreapi.interfaces.dependencyInjection.IBindab
*/
public interface ILightMapWrapper extends IBindable
{
void bind();
void unbind();
}