package net.scapeemulator.game.model.mob.combat; public enum AttackType { SLASH, STAB, CRUSH, RANGE, MAGIC; }