1 2 3 4 5 6 7
package com.llamalad7.betterchat; public class ChatSettings { public int xOffset; public int yOffset; public boolean smooth; }