Plex/src/main/java/dev/plex/command/annotation/System.java

9 lines
134 B
Java
Raw Normal View History

package dev.plex.command.annotation;
public @interface System
{
2022-03-19 04:17:43 +00:00
String value() default "";
boolean debug() default false;
}