C# Class OpenRA.Mods.Common.Traits.BaseAttackNotifier

Inheritance: INotifyDamage
Afficher le fichier Open project: pchote/OpenRA

Méthodes publiques

Méthode Description
BaseAttackNotifier ( Actor self, BaseAttackNotifierInfo info ) : System.Drawing
Damaged ( Actor self, OpenRA.Traits.AttackInfo e ) : void

Method Details

BaseAttackNotifier() public méthode

public BaseAttackNotifier ( Actor self, BaseAttackNotifierInfo info ) : System.Drawing
self Actor
info BaseAttackNotifierInfo
Résultat System.Drawing

Damaged() public méthode

public Damaged ( Actor self, OpenRA.Traits.AttackInfo e ) : void
self Actor
e OpenRA.Traits.AttackInfo
Résultat void