C# 클래스 OpenRA.Mods.RA.Traits.AttackLeap

상속: OpenRA.Traits.AttackFrontal
파일 보기 프로젝트 열기: OpenRA/OpenRA

공개 메소드들

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

메소드 상세

AttackLeap() 공개 메소드

public AttackLeap ( Actor self, AttackLeapInfo info ) : System.Collections.Generic
self Actor
info AttackLeapInfo
리턴 System.Collections.Generic

DoAttack() 공개 메소드

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