C# 클래스 OpenRA.Mods.D2k.Traits.AttackSwallow

상속: OpenRA.Traits.AttackFrontal
파일 보기 프로젝트 열기: OpenRA/OpenRA 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Info AttackSwallowInfo

공개 메소드들

메소드 설명
AttackSwallow ( Actor self, AttackSwallowInfo info ) : System.Collections.Generic
DoAttack ( Actor self, Target target, IEnumerable armaments = null ) : void

메소드 상세

AttackSwallow() 공개 메소드

public AttackSwallow ( Actor self, AttackSwallowInfo info ) : System.Collections.Generic
self Actor
info AttackSwallowInfo
리턴 System.Collections.Generic

DoAttack() 공개 메소드

public DoAttack ( Actor self, Target target, IEnumerable armaments = null ) : void
self Actor
target OpenRA.Traits.Target
armaments IEnumerable
리턴 void

프로퍼티 상세

Info 공개적으로 프로퍼티

public AttackSwallowInfo,OpenRA.Mods.D2k.Traits Info
리턴 AttackSwallowInfo