Delete SshdPlugin.java

This commit is contained in:
Zachery 2019-10-08 16:01:23 -05:00 committed by GitHub
parent 586910a75c
commit 047369105e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,16 +0,0 @@
package com.ryanmichela.sshd.sshd1;
import net.md_5.bungee.api.plugin.Plugin;
public final class SshdPlugin extends Plugin {
@Override
public void onEnable() {
// Plugin startup logic
}
@Override
public void onDisable() {
// Plugin shutdown logic
}
}