PokemonType

@Entity
interface PokemonType

Inheritors

Properties

Link copied to clipboard
@Id
abstract val id: PokemonTypeId

ID

Link copied to clipboard
abstract val slot: Int?

槽位

Functions

Link copied to clipboard
@GeneratedBy(type = PokemonType::class)
fun PokemonType.copy(resolveImmediately: Boolean = false, block: PokemonTypeDraft.() -> Unit): PokemonType