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

Inheritance: INotifyKilled
Exibir arquivo Open project: cjshmyr/OpenRA

Public Methods

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

Method Details

DeathSounds() public method

public DeathSounds ( DeathSoundsInfo info ) : System.Collections.Generic
info DeathSoundsInfo
return System.Collections.Generic

Killed() public method

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