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

Inheritance: INotifyDamage
显示文件 Open project: pchote/OpenRA

Public Methods

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

Method Details

BaseAttackNotifier() public method

public BaseAttackNotifier ( Actor self, BaseAttackNotifierInfo info ) : System.Drawing
self Actor
info BaseAttackNotifierInfo
return System.Drawing

Damaged() public method

public Damaged ( Actor self, OpenRA.Traits.AttackInfo e ) : void
self Actor
e OpenRA.Traits.AttackInfo
return void