package me.lordethan.cryton.module.modules;
import org.lwjgl.input.Keyboard;
import me.lordethan.cryton.module.Category;
import me.lordethan.cryton.module.Module;
public class OutlineEsp extends Module{
public OutlineEsp() {
super("Outline Esp", Keyboard.KEY_O, Category.RENDER);
}
}