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

Inheritance: Activity
Exibir arquivo Open project: pchote/OpenRA

Public Methods

Method Description
ExternalCaptureActor ( Actor self, Target target ) : OpenRA.Activities
Tick ( Actor self ) : Activity

Method Details

ExternalCaptureActor() public method

public ExternalCaptureActor ( Actor self, Target target ) : OpenRA.Activities
self Actor
target OpenRA.Traits.Target
return OpenRA.Activities

Tick() public method

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