com.neko233.skilltree.commons.actionChain.ExecuteAction Maven / Gradle / Ivy
package com.neko233.skilltree.commons.actionChain;
@FunctionalInterface
public interface ExecuteAction {
void execute() throws Exception;
}
package com.neko233.skilltree.commons.actionChain;
@FunctionalInterface
public interface ExecuteAction {
void execute() throws Exception;
}