C# 클래스 OpenRA.Mods.Common.Traits.DeathSounds

상속: INotifyKilled
파일 보기 프로젝트 열기: cjshmyr/OpenRA

공개 메소드들

메소드 설명
DeathSounds ( DeathSoundsInfo info ) : System.Collections.Generic
Killed ( Actor self, OpenRA.Traits.AttackInfo e ) : void

메소드 상세

DeathSounds() 공개 메소드

public DeathSounds ( DeathSoundsInfo info ) : System.Collections.Generic
info DeathSoundsInfo
리턴 System.Collections.Generic

Killed() 공개 메소드

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