aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/me/djtheredstoner/perspectivemod/config/PerspectiveModConfig.java
blob: d4b1922ced7668fb81bb862c067cf3fc6c41c624 (plain)
1
2
3
4
5
6
7
8
package me.djtheredstoner.perspectivemod.config;

public class PerspectiveModConfig {

    public boolean modEnabled = true;
    public boolean holdMode = true;

}