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

Inheritance: Activity
Show file Open project: OpenRA/OpenRA Class Usage Examples

Public Methods

Method Description
Cancel ( Actor self ) : void
DeliverResources ( Actor self ) : System.Drawing
Tick ( Actor self ) : Activity

Method Details

Cancel() public method

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

DeliverResources() public method

public DeliverResources ( Actor self ) : System.Drawing
self Actor
return System.Drawing

Tick() public method

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