package zero1hd.polyjet.util; import com.badlogic.gdx.Screen; public interface TransitionAdapter { public Screen postTransition(); }