mirror of
https://github.com/PaperMC/Paper.git
synced 2025-03-31 08:56:01 +02:00
small change
By: Raphfrk <raphfrk@gmail.com>
This commit is contained in:
parent
e2042c4cfa
commit
1da9ef3c9f
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user