Conformed the models of the package to the Hashable protocol.

This commit is contained in:
2026-03-22 23:38:06 +01:00
parent a9e8d3032b
commit 1a5d10a655
6 changed files with 6 additions and 6 deletions
@@ -14,7 +14,7 @@
extension Amiibo {
/// A model that represents a game related to an amiibo.
public struct Game: Sendable {
public struct Game: Sendable, Hashable {
// MARK: Properties