RuneHive-Tarnish
Neural OSRS Enhancement Framework
Loading...
Searching...
No Matches
DefaultMelee.java
1
package
com.osroyale.game.world.entity.combat.strategy.player.special.melee;
2
3
import
com.osroyale.game.world.entity.combat.strategy.player.PlayerMeleeStrategy;
4
29
30
public
class
DefaultMelee
extends
PlayerMeleeStrategy {
31
32
private
static
final
DefaultMelee
INSTANCE =
new
DefaultMelee
();
33
34
public
static
DefaultMelee
get
() {
35
return
INSTANCE;
36
}
37
38
}
com.osroyale.game.world.entity.combat.strategy.player.special.melee.DefaultMelee
Definition
DefaultMelee.java:30