forked from RepoMirrors/kami-blue
removed wireframe (to be added later)
This commit is contained in:
parent
e355089bc0
commit
9da1756301
|
@ -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;
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in New Issue