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 the usage of an amiibo within a certain game.
public struct Usage: Sendable {
public struct Usage: Sendable, Hashable {
// MARK: Properties