Improved the documentation for the Amiibo types in the library target.

This commit is contained in:
2025-11-09 21:06:52 +01:00
parent adaedcda07
commit d2146febc0
5 changed files with 14 additions and 14 deletions
@@ -13,15 +13,15 @@
// ===----------------------------------------------------------------------===
extension Amiibo {
/// A model that represents the usage of an amiibo item within a certain game.
/// A model that represents the usage of an amiibo within a certain game.
public struct Usage: Sendable {
// MARK: Properties
/// An explanation of how to use an amiibo item.
/// An explanation of how to use an amiibo.
public let explanation: String
/// A flag that indicates whether an amiibo item can save game data in it.
/// A flag that indicates whether an amiibo can save game data in it.
public let isWriteable: Bool
// MARK: Initializers