first
This commit is contained in:
parent
48a71a2259
commit
b595b49d36
14 changed files with 192 additions and 172 deletions
|
@ -0,0 +1,15 @@
|
|||
package me.kawaiizenbo.moonlight.ui;
|
||||
|
||||
import net.minecraft.client.gui.screen.Screen;
|
||||
import net.minecraft.text.Text;
|
||||
|
||||
public class AltManagerScreen extends Screen
|
||||
{
|
||||
|
||||
public static AltManagerScreen INSTANCE = new AltManagerScreen(null);
|
||||
protected AltManagerScreen(Text title)
|
||||
{
|
||||
super(title);
|
||||
}
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue