mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-08-31 22:22:49 +00:00
small change
This commit is contained in:
parent
1dac795bf1
commit
b53769f088
1 changed files with 3 additions and 1 deletions
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue