BookSubmission

data class BookSubmission(val title: String, val author: String, val content: String)(source)

Represents extracted content from a player-written book.

Constructors

Link copied to clipboard
constructor(title: String, author: String, content: String)

Properties

Link copied to clipboard

The player who wrote the book

Link copied to clipboard

The combined text from all pages

Link copied to clipboard

The book's title