Removed a dead package
This commit is contained in:
parent
f8439e54c4
commit
5f422016a1
|
@ -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
|
|
||||||
{
|
|
||||||
|
|
||||||
}
|
|
|
@ -1,7 +0,0 @@
|
||||||
/**
|
|
||||||
* Tools to create both annotation-based and interface based handlers.
|
|
||||||
*
|
|
||||||
* @author 493msi
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
package cz.tefek.pluto.engine.event;
|
|
Loading…
Reference in New Issue