C# Class DungeonMasterEngine.DungeonContent.Actuators.Wall.CounterActuator

Inheritance: SimpleRemoteActuator
Afficher le fichier Open project: ggrrin/DungeonMaster

Méthodes publiques

Méthode Description
CounterActuator ( Tile targetTile, ActionStateX action, int startCount, Microsoft.Xna.Framework.Vector3 position ) : DungeonMasterEngine.DungeonContent.Tiles
Decrease ( ) : void
Increase ( ) : void

Method Details

CounterActuator() public méthode

public CounterActuator ( Tile targetTile, ActionStateX action, int startCount, Microsoft.Xna.Framework.Vector3 position ) : DungeonMasterEngine.DungeonContent.Tiles
targetTile Tile
action ActionStateX
startCount int
position Microsoft.Xna.Framework.Vector3
Résultat DungeonMasterEngine.DungeonContent.Tiles

Decrease() public méthode

public Decrease ( ) : void
Résultat void

Increase() public méthode

public Increase ( ) : void
Résultat void