Moved OS getting utils to its own Platform enum.

This commit is contained in:
coolGi
2023-03-26 16:03:02 +10:30
parent 955d1df400
commit 3a5485ea56
@@ -7,7 +7,7 @@ import com.seibel.lod.core.config.gui.OpenGLConfigScreen;
import net.minecraft.client.gui.screens.Screen;
public class GetConfigScreen {
public static type useScreen = type.Classic;
public static type useScreen = type.JavaFX;
public static enum type {
Classic,
@Deprecated