small change

This commit is contained in:
Raphfrk 2011-02-22 06:09:46 +08:00 committed by Dinner Bone
parent 1dac795bf1
commit b53769f088

View File

@ -1,9 +1,11 @@
package org.bukkit.event;
import java.io.Serializable;
/**
* Represents an event
*/
public abstract class Event {
public abstract class Event implements Serializable {
private final Type type;
private final String name;