SmartItemChoiceRequest

data class SmartItemChoiceRequest(val actorUnitId: String, val itemId: String, val targetId: String? = null, val priority: Int? = null, val speed: Int? = null, val chanceRoll: Int? = null, val attributes: Map<String, Any?> = emptyMap())

面向前端的智能用道具请求。

Constructors

Link copied to clipboard
constructor(actorUnitId: String, itemId: String, targetId: String? = null, priority: Int? = null, speed: Int? = null, chanceRoll: Int? = null, attributes: Map<String, Any?> = emptyMap())

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val speed: Int?
Link copied to clipboard