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

상속: ICrushable, INotifyCrushed
파일 보기 프로젝트 열기: OpenRA/OpenRA

공개 메소드들

메소드 설명
Crushable ( Actor self, CrushableInfo info ) : System.Collections.Generic

비공개 메소드들

메소드 설명
CrushableInner ( HashSet crushClasses, Player crushOwner ) : bool
ICrushable ( Actor self, Actor crusher, HashSet crushClasses ) : bool
INotifyCrushed ( Actor self, Actor crusher, HashSet crushClasses ) : void

메소드 상세

Crushable() 공개 메소드

public Crushable ( Actor self, CrushableInfo info ) : System.Collections.Generic
self Actor
info CrushableInfo
리턴 System.Collections.Generic