3
0
Mirror von https://github.com/PaperMC/Velocity.git synchronisiert 2024-11-16 21:10:30 +01:00
Dieser Commit ist enthalten in:
Andrew Steinborn 2021-05-15 08:17:47 -04:00
Ursprung 2a39ddb03e
Commit c753037b7b

Datei anzeigen

@ -22,5 +22,5 @@ class AnnotationProcessorConstants {
static final String PLUGIN_ANNOTATION_CLASS = "com.velocitypowered.api.plugin.Plugin";
static final String SUBSCRIBE_ANNOTATION_CLASS = "com.velocitypowered.api.event.Subscribe";
static final String EVENTTASK_CLASS = "com.velocitypowered.api.event.EventTask";
static final String EVENT_INTERFACE= "com.velocitypowered.api.event.Event";
static final String EVENT_INTERFACE = "com.velocitypowered.api.event.Event";
}