Skip to content

Commit 262f003

Browse files
committed
feat: 진화펫 또한 거래 가능하도록 한다
1 parent ce55135 commit 262f003

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/main/kotlin/org/gitanimals/auction/domain/PersonaType.kt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,5 +96,10 @@ enum class PersonaType {
9696
CAPYBARA,
9797
CAPYBARA_CARROT,
9898
CAPYBARA_SWIM,
99+
LITTLE_CHICK_EGG_ON_HAT,
100+
LITTLE_CHICK_ANGEL,
101+
CAT_WINDOW,
102+
SLIME_ANGEL,
103+
FLAMINGO_WHITE,
99104
;
100105
}

0 commit comments

Comments
 (0)