small change

This commit is contained in:
Raphfrk
2011-02-22 06:09:46 +08:00
committed by Dinner Bone
parent 72e3c06651
commit b98b082ea3

View File

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