Skip to content

Commit

Permalink
✨ (ContentKit): Add ColorMusicPad exercise
Browse files Browse the repository at this point in the history
  • Loading branch information
HPezz committed Dec 6, 2024
1 parent 46d8d4e commit 6b74c25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,6 @@ public extension Exercise {
case melody
case pairing
case memory
case colorMusicPad
}
}
1 change: 1 addition & 0 deletions Modules/ContentKit/Sources/Exercise/Exercise.swift
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ public struct Exercise: Decodable {
(.gamepadColorPad, .none),
(.gamepadArrowPad, .none),
(.hideAndSeek, .none),
(.colorMusicPad, .none),
(.pairing, .none):
self.payload = nil

Expand Down

0 comments on commit 6b74c25

Please sign in to comment.