aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/com/example/Settings.java
blob: e7576f4bd64d9164ff7f3c1a9566884d8f5eaeb5 (plain)
1
2
3
4
5
package com.example;

public class Settings {
    public static boolean EnchantRune = true;
}