Added the listener class

This commit is contained in:
sekwah41 2013-10-07 20:11:46 +01:00
parent d72f5184e8
commit 7f4715d94a
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
package com.sekwah.advancedportals;
import org.bukkit.event.Listener;
public class Listeners implements Listener{
}