C# Class OpenRA.Mods.Common.Activities.FlyAttack

Inheritance: Activity
Exibir arquivo Open project: OpenRA/OpenRA

Public Methods

Method Description
Cancel ( Actor self ) : void
FlyAttack ( Actor self, Target target ) : System.Linq
Tick ( Actor self ) : Activity

Method Details

Cancel() public method

public Cancel ( Actor self ) : void
self Actor
return void

FlyAttack() public method

public FlyAttack ( Actor self, Target target ) : System.Linq
self Actor
target OpenRA.Traits.Target
return System.Linq

Tick() public method

public Tick ( Actor self ) : Activity
self Actor
return Activity