C# Class DodongosQuest.Weapons.Attack_Strategies.ApplyTemporaryEffectToTarget

Inheritance: IAttackStrategy
Afficher le fichier Open project: faintpixel/Roguelike

Méthodes publiques

Méthode Description
ApplyTemporaryEffectToTarget ( ITemporaryEffect effect ) : System
Attack ( IWeapon weapon, ICreature attacker, ICreature target, World world ) : void

Method Details

ApplyTemporaryEffectToTarget() public méthode

public ApplyTemporaryEffectToTarget ( ITemporaryEffect effect ) : System
effect ITemporaryEffect
Résultat System

Attack() public méthode

public Attack ( IWeapon weapon, ICreature attacker, ICreature target, World world ) : void
weapon IWeapon
attacker ICreature
target ICreature
world World
Résultat void