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

Inheritance: Activity
Exibir arquivo Open project: OpenRA/OpenRA

Public Methods

Method Description
Cancel ( Actor self ) : void
ResupplyAircraft ( Actor self ) : System.Linq
Tick ( Actor self ) : Activity

Method Details

Cancel() public method

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

ResupplyAircraft() public method

public ResupplyAircraft ( Actor self ) : System.Linq
self Actor
return System.Linq

Tick() public method

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