Documented the AmiiboSeries, AmiiboType, GameCharacter, and GameSeries models in the library target.

This commit is contained in:
2025-09-09 09:54:00 +02:00
parent f7ae2f65f2
commit aaa0a7835e
5 changed files with 10 additions and 6 deletions
@@ -15,10 +15,10 @@ protocol KeyNameModel: Sendable {
// MARK: Properties
/// A key value.
/// A key.
var key: String { get }
/// A name value.
/// A name.
var name: String { get }
// MARK: Initializers