Skip to content

Commit

Permalink
✨ (ContentKit): Add MusicPad to Exercise
Browse files Browse the repository at this point in the history
  • Loading branch information
HPezz committed Dec 5, 2024
1 parent 355a882 commit 33f72e3
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 musicPad
}
}
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),
(.musicPad, .none),
(.pairing, .none):
self.payload = nil

Expand Down

0 comments on commit 33f72e3

Please sign in to comment.