C# Class OpenRA.Mods.RA.Traits.AttackLeap

Inheritance: OpenRA.Traits.AttackFrontal
Mostrar archivo Open project: OpenRA/OpenRA

Public Methods

Method Description
AttackLeap ( Actor self, AttackLeapInfo info ) : System.Collections.Generic
DoAttack ( Actor self, Target target, IEnumerable armaments = null ) : void

Method Details

AttackLeap() public method

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

DoAttack() public method

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