removed wireframe (to be added later)

This commit is contained in:
Ridan Vandenbergh 2018-08-10 16:00:53 +02:00
parent e355089bc0
commit 9da1756301
1 changed files with 0 additions and 16 deletions

View File

@ -1,16 +0,0 @@
package me.zeroeightsix.kami.module.modules.render;
import me.zeroeightsix.kami.module.Module;
/**
* Created by 086 on 11/04/2018.
*/
@Module.Info(name = "Wireframe", category = Module.Category.RENDER, description = "Turns everything into lines!")
public class Wireframe extends Module {
public static Wireframe INSTANCE;
public Wireframe() {
Wireframe.INSTANCE = this;
}
}