PatchNoteEntries

@Serializable
data class PatchNoteEntries(val entries: List<PatchNoteEntry>, val version: Int)

Constructors

Link copied to clipboard
constructor(entries: List<PatchNoteEntry>, version: Int)

Properties

Link copied to clipboard
Link copied to clipboard