Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

【FEAT】Difficulty 用の Enumを用意 #74

Merged
merged 4 commits into from
May 24, 2024
Merged

Conversation

mrs1669
Copy link
Member

@mrs1669 mrs1669 commented May 24, 2024

概要 (Abstract)

Difficulty 用の Enumを用意

関連するISSUE

詳細 (Detail)

@mrs1669 mrs1669 self-assigned this May 24, 2024
Comment on lines +8 to +12
enum Difficulty: String {
case easy = "Easy"
case normal = "Normal"
case hard = "Hard"
}
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@mrs1669 mrs1669 merged commit be6e7b9 into develop May 24, 2024
2 checks passed
@mrs1669 mrs1669 deleted the feat/difficultyEnum branch May 24, 2024 18:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

【FEAT】Difficulty 用の Enumを用意
1 participant