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

Inheritance: INotifyKilled
Afficher le fichier Open project: cjshmyr/OpenRA

Méthodes publiques

Méthode Description
ActorLostNotification ( ActorLostNotificationInfo info ) : OpenRA.Traits
Killed ( Actor self, OpenRA.Traits.AttackInfo e ) : void

Method Details

ActorLostNotification() public méthode

public ActorLostNotification ( ActorLostNotificationInfo info ) : OpenRA.Traits
info ActorLostNotificationInfo
Résultat OpenRA.Traits

Killed() public méthode

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