C# Класс OpenRA.Mods.RA.Traits.AttackLeap

Наследование: OpenRA.Traits.AttackFrontal
Показать файл Открыть проект

Открытые методы

Метод Описание
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