RuneHive-Tarnish
Neural OSRS Enhancement Framework
Loading...
Searching...
No Matches
ActionEffect.java
1package com.osroyale.content.staff;
2
3import com.osroyale.game.world.entity.mob.player.Player;
4
11public interface ActionEffect {
12
20 void handle(final Player player);
21}
void handle(final Player player)