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

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

Méthodes publiques

Méthode Description
DeathSounds ( DeathSoundsInfo info ) : System.Collections.Generic
Killed ( Actor self, OpenRA.Traits.AttackInfo e ) : void

Method Details

DeathSounds() public méthode

public DeathSounds ( DeathSoundsInfo info ) : System.Collections.Generic
info DeathSoundsInfo
Résultat System.Collections.Generic

Killed() public méthode

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