Update to using a newer method.
This commit is contained in:
parent
fc125dfd32
commit
ee629e2bc8
10 changed files with 277 additions and 9 deletions
|
@ -1,6 +1,9 @@
|
|||
package dev.zontreck.eventsbus;
|
||||
|
||||
|
||||
import dev.zontreck.eventsbus.annotations.Cancellable;
|
||||
import dev.zontreck.eventsbus.annotations.Priority;
|
||||
|
||||
public class Event {
|
||||
private boolean cancelled = false;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue