Files
scavengerhunt-api/src/main/kotlin/net/halfbinary/scavengerhuntapi/model/request/ItemRequest.kt
2026-05-12 10:11:20 -05:00

7 lines
123 B
Kotlin

package net.halfbinary.scavengerhuntapi.model.request
data class ItemRequest(
val name: String,
val points: Int
)