SideEnd

io.github.pidoveproject.showdown.protocol.server.BattleMinorActionMessage.SideEnd
final case class SideEnd(side: PlayerId, field: SideFieldEffect)

End a side-dependent field effect.

Value parameters

field

the field effect

side

the side of the effect

Attributes

Source
BattleMinorActionMessage.scala

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product