Documented the AmiiboSeries, AmiiboType, GameCharacter, and GameSeries models in the library target.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user