package net.shadowfacts.cacao.window import net.minecraft.screen.ScreenHandler import net.shadowfacts.cacao.viewcontroller.ViewController /** * @author shadowfacts */ class ScreenHandlerWindow( val screenHandler: ScreenHandler, viewController: ViewController ): Window(viewController) { }