mirror of
https://github.com/SimplexDevelopment/Ephemis.git
synced 2025-04-02 21:43:15 +00:00
5 lines
93 B
Java
5 lines
93 B
Java
package io.github.simplexdevelopment.api.effects;
|
|
|
|
public interface Power extends Effect {
|
|
}
|