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

Inheritance: Activity
Exibir arquivo Open project: pchote/OpenRA

Public Methods

Method Description
Land ( Actor self, Target t ) : OpenRA.Activities
Tick ( Actor self ) : Activity

Method Details

Land() public method

public Land ( Actor self, Target t ) : OpenRA.Activities
self Actor
t OpenRA.Traits.Target
return OpenRA.Activities

Tick() public method

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