aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gregtech/api/interfaces/modularui/IAddGregtechLogo.java
blob: 12ac32c1438dabd690931f94f39edcbf2e4511b2 (plain)
1
2
3
4
5
6
7
8
package gregtech.api.interfaces.modularui;

import com.gtnewhorizons.modularui.api.screen.ModularWindow;

public interface IAddGregtechLogo {

    default void addGregTechLogo(ModularWindow.Builder builder) {}
}