1 2 3 4 5
package kr.syeyoung.dungeonsguide.dungeon.events; public interface DungeonEventData { String getEventName(); }