mirror of
https://github.com/plexusorg/Module-NUSH.git
synced 2025-08-08 05:23:19 +00:00
Committing current progress, not ready for production
This commit is contained in:
parent
61ab59c9e2
commit
76b2b18fe4
14 changed files with 246 additions and 66 deletions
7
src/main/java/dev/plex/nush/handler/Handler.java
Normal file
7
src/main/java/dev/plex/nush/handler/Handler.java
Normal file
|
@ -0,0 +1,7 @@
|
|||
package dev.plex.nush.handler;
|
||||
|
||||
import dev.plex.nush.NushModule;
|
||||
|
||||
public interface Handler {
|
||||
void init(NushModule module);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue