GameBattleFieldView

data class GameBattleFieldView(val weatherState: AttachedEffectState?, val terrainState: AttachedEffectState?)

面向前端的场地级状态视图。

Constructors

Link copied to clipboard
constructor(weatherState: AttachedEffectState?, terrainState: AttachedEffectState?)

Properties

Link copied to clipboard

当前地形运行时状态。

Link copied to clipboard

当前天气运行时状态。