Created the Listener

This commit is contained in:
2021-10-01 19:29:57 +02:00
parent 0c04106254
commit d4785bea5b

View File

@ -0,0 +1,4 @@
package de.gnmyt.autoresponder.event.api;
public interface Listener {
}