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

Inheritance: Activity
ファイルを表示 Open project: OpenRA/OpenRA

Public Methods

Method Description
Cancel ( Actor self ) : void
Sell ( Actor self ) : OpenRA.Activities
Tick ( Actor self ) : Activity

Method Details

Cancel() public method

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

Sell() public method

public Sell ( Actor self ) : OpenRA.Activities
self Actor
return OpenRA.Activities

Tick() public method

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