Added missing documentation to the source code in the Playdate bindings target.
This commit is contained in:
@@ -3,7 +3,9 @@ internal import CPlaydate
|
||||
extension Scoreboards {
|
||||
/// A board belonging to the game.
|
||||
public struct Board {
|
||||
/// The board's identifier, used in the other scoreboard calls.
|
||||
public let boardID: String
|
||||
/// The board's display name.
|
||||
public let name: String
|
||||
|
||||
init(_ board: PDBoard) {
|
||||
|
||||
Reference in New Issue
Block a user