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

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

공개 메소드들

메소드 설명
ActorLostNotification ( ActorLostNotificationInfo info ) : OpenRA.Traits
Killed ( Actor self, OpenRA.Traits.AttackInfo e ) : void

메소드 상세

ActorLostNotification() 공개 메소드

public ActorLostNotification ( ActorLostNotificationInfo info ) : OpenRA.Traits
info ActorLostNotificationInfo
리턴 OpenRA.Traits

Killed() 공개 메소드

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