Added IDiscordSender to distinguish

This commit is contained in:
Norbi Peti 2016-12-07 17:49:06 +01:00
parent 55ac426554
commit 381739456c

View file

@ -0,0 +1,12 @@
package buttondevteam.lib.chat;
import org.bukkit.command.CommandSender;
/**
* DiscordSenderBase implements it
* @author Norbi
*
*/
public interface IDiscordSender extends CommandSender {
}