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

Inheritance: OpenRA.Traits.AttackFrontal
Afficher le fichier Open project: OpenRA/OpenRA

Méthodes publiques

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

Method Details

AttackLeap() public méthode

public AttackLeap ( Actor self, AttackLeapInfo info ) : System.Collections.Generic
self Actor
info AttackLeapInfo
Résultat System.Collections.Generic

DoAttack() public méthode

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