Skip to content

Commit

Permalink
feat: MonsterPerkType 신규 퍽 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
Wo-ogie committed Nov 18, 2024
1 parent 60e70db commit 5c54197
Showing 1 changed file with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,20 @@
import org.springframework.util.StringUtils;

public enum MonsterPerkType {

PHASE1_PREDATION,
Phase1_BLOOG_SUCKING,
Phase1_GASH,
Phase1_LAST_DANCE,
PHASE1_ENHANCE,

PHASE2_PROTECTION_TOTEM,
PHASE2_DEATH_MARK,
Phase2_SLEEPING_GAS,
Phase2_FAKE_RAGE,

PHASE3_FIELD_ATTACK,
PHASE3_MAGNETIC_FIELD,
Phase3_THORN_BUSH,
Phase3_MAZE,
;

private final String noUnderscoreName;
Expand Down

0 comments on commit 5c54197

Please sign in to comment.