C# Class MovementModification

Inheritance: EffectTerminable
Exibir arquivo Open project: LilTsubaki/Les-fragments-d-Erule

Protected Properties

Property Type Description
_movement int

Public Methods

Method Description
MovementModification ( ) : System
MovementModification ( int id, int movement, int nbTurn, bool applyReverseEffect = true ) : System

Method Details

MovementModification() public method

public MovementModification ( ) : System
return System

MovementModification() public method

public MovementModification ( int id, int movement, int nbTurn, bool applyReverseEffect = true ) : System
id int
movement int
nbTurn int
applyReverseEffect bool
return System

Property Details

_movement protected_oe property

protected int _movement
return int