Class LastTurnValueProvider

java.lang.Object
net.demilich.metastone.game.spells.desc.valueprovider.ValueProvider
net.demilich.metastone.game.spells.desc.valueprovider.LastTurnValueProvider
All Implemented Interfaces:
Serializable, HasDesc<ValueProviderDesc>

public class LastTurnValueProvider extends ValueProvider
Returns the turn index of the ValueProviderArg.TARGET_PLAYER's previous turn.

This value provider correctly accounts for extra turns.

See Also: