mirror of
https://github.com/PaperMC/Paper.git
synced 2025-03-13 11:18:23 +01:00
small change
By: Raphfrk <raphfrk@gmail.com>
This commit is contained in:
parent
e2042c4cfa
commit
1da9ef3c9f
1 changed files with 3 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue