Test Settings Menu

This commit is contained in:
Patrick
2026-06-20 21:45:06 +02:00
parent 759b49e9e0
commit fd70e7567f
2 changed files with 7 additions and 0 deletions
@@ -0,0 +1,7 @@
package de.winniepat.parrotmod.ui;
public class MyConfig {
public static boolean enableFeatureX = true;
public static boolean showHud = true;
public static float opacity = 0.5f;
}