wizardsandwarriors

com.devbridie.wizardsandwarriors.framework / MutateStateEffect

MutateStateEffect

interface MutateStateEffect<in S : State>

Models an Effect that has an effect on a System’s State.

Functions

Name Summary
mutate abstract fun mutate(state: S): Unit

Inheritors

Name Summary
UpdateWeaponWieldEffect class UpdateWeaponWieldEffect : WieldEffect, BreakChainEffect, MutateStateEffect<WizardsAndWarriorsGameState>