Update to using a newer method.

This commit is contained in:
Zontreck 2024-02-12 18:54:40 -07:00
parent fc125dfd32
commit ee629e2bc8
10 changed files with 277 additions and 9 deletions

View file

@ -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;