Skip to content

Commit

Permalink
๐Ÿ› Add: slope difficulty type
Browse files Browse the repository at this point in the history
  • Loading branch information
jun108059 committed Nov 29, 2024
1 parent e7ea80b commit 8c0ac0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/nexters/weski/slope/Slope.kt
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ data class Slope(
) : BaseEntity()

enum class DifficultyLevel {
์ดˆ๊ธ‰, ์ค‘๊ธ‰, ์ค‘์ƒ๊ธ‰, ์ƒ๊ธ‰, ์ตœ์ƒ๊ธ‰, ํŒŒํฌ
์ดˆ๊ธ‰, ์ดˆ์ค‘๊ธ‰ ,์ค‘๊ธ‰, ์ค‘์ƒ๊ธ‰, ์ƒ๊ธ‰, ์ตœ์ƒ๊ธ‰, ํŒŒํฌ, ์ต์ŠคํŠธ๋ฆผ
}

0 comments on commit 8c0ac0b

Please sign in to comment.