avalon
Toggle table of contents
0.0.1-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
avalon
avalon-game-battle-engine
/
io.github.lishangbu.avalon.game.battle.engine.core.session.specification
/
BattleSessionValidationResult
Battle
Session
Validation
Result
data
class
BattleSessionValidationResult
(
val
satisfied
:
Boolean
,
val
message
:
String
?
=
null
)
battle session 校验结果。
Members
Constructors
Battle
Session
Validation
Result
Link copied to clipboard
constructor
(
satisfied
:
Boolean
,
message
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
message
Link copied to clipboard
val
message
:
String
?
当规格不满足时返回的人类可读错误信息。
satisfied
Link copied to clipboard
val
satisfied
:
Boolean
当前规格是否满足。