8 lines
143 B
Java
Executable File
8 lines
143 B
Java
Executable File
package zero1hd.polyjet.util;
|
|
|
|
import com.badlogic.gdx.Screen;
|
|
|
|
public interface TransitionAdapter {
|
|
public Screen postTransition();
|
|
}
|