SetWeatherMutation

data class SetWeatherMutation(val weatherEffectId: String, val duration: Int? = null, val sourceId: String? = null) : BattleMutation

设置天气变更。

Constructors

Link copied to clipboard
constructor(weatherEffectId: String, duration: Int? = null, sourceId: String? = null)

Properties

Link copied to clipboard

可选的持续回合数。

Link copied to clipboard

可选的来源单位标识。

Link copied to clipboard

目标天气 effect 标识。