ChatNotifier: start

This commit is contained in:
Erik Bročko 2018-09-06 07:44:39 +02:00
parent 7535c6103d
commit 1ba72e4b14

View File

@ -0,0 +1,12 @@
package cz.marwland.mc.essentials.features;
import cz.marwland.mc.core.MarwCore;
import cz.marwland.mc.core.features.Feature;
public class ChatNotifier extends Feature {
public ChatNotifier(MarwCore plugin) {
super(plugin, null);
}
}