1package com.osroyale.game.world.entity.combat.attack.listener;
3import java.lang.annotation.ElementType;
4import java.lang.annotation.Retention;
5import java.lang.annotation.RetentionPolicy;
6import java.lang.annotation.Target;
12@Target(ElementType.TYPE)
13@Retention(RetentionPolicy.RUNTIME)