aether-legacy/src/main/java/com/legacy/aether/api/player/util/IAetherAbility.java
2018-12-06 23:32:48 -06:00

9 lines
140 B
Java

package com.legacy.aether.api.player.util;
public interface IAetherAbility {
public void onUpdate();
public boolean shouldExecute();
}