Allink 2022-05-19 19:44:17 +01:00
parent 73362c69f6
commit b1c468f152
No known key found for this signature in database
GPG key ID: 7F1F1B98F0FAAD13
11 changed files with 247 additions and 307 deletions

View file

@ -2,8 +2,7 @@ package dev.plex.nush.handler;
import dev.plex.nush.NushModule;
public interface Handler
{
public interface Handler {
void init(NushModule module);
void init(NushModule module);
}