Removed a dead package

This commit is contained in:
Tefek 2020-08-21 00:37:33 +02:00
parent f8439e54c4
commit 5f422016a1
2 changed files with 0 additions and 19 deletions

View File

@ -1,12 +0,0 @@
package cz.tefek.pluto.engine.event;
/**
* Base interface of an event, extend this to create custom events.
*
* @author 493msi
* @since 0.1
*/
public interface IEvent
{
}

View File

@ -1,7 +0,0 @@
/**
* Tools to create both annotation-based and interface based handlers.
*
* @author 493msi
*
*/
package cz.tefek.pluto.engine.event;