2022-01-28 11:00:59 +00:00
|
|
|
package love.distributedrebirth.demo4d;
|
|
|
|
|
|
|
|
import com.badlogic.gdx.ScreenAdapter;
|
|
|
|
|
2022-02-04 13:39:25 +00:00
|
|
|
import love.distributedrebirth.bassboonyd.BãßBȍőnAuthorInfoʸᴰ;
|
|
|
|
|
|
|
|
@BãßBȍőnAuthorInfoʸᴰ(name = "willemtsade", copyright = "©Δ∞ 仙上主天")
|
2022-01-28 11:00:59 +00:00
|
|
|
public class Demo4DMainAdapter extends ScreenAdapter {
|
|
|
|
protected final Demo4DMain main;
|
|
|
|
|
|
|
|
public Demo4DMainAdapter(Demo4DMain main) {
|
|
|
|
this.main = main;
|
|
|
|
}
|
|
|
|
}
|