aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/kr/syeyoung/dungeonsguide/dungeon/mechanics/DungeonKey.java
blob: 15ca98dde3fa552d1f8fd7e1069a7bf181c26034 (plain)
1
2
3
4
5
6
7
package kr.syeyoung.dungeonsguide.dungeon.mechanics;

import kr.syeyoung.dungeonsguide.dungeon.data.OffsetPoint;

public class DungeonKey implements DungeonMechanic {
    private OffsetPoint key;
}