ru.whoisamyy.api.plugins.commands.CommentCommandHandler Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of core Show documentation
Show all versions of core Show documentation
Geometry Dash kernel in java
package ru.whoisamyy.api.plugins.commands;
@FunctionalInterface
public interface CommentCommandHandler {
void execute(CommandArgument args);
}