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

Inheritance: Activity
Afficher le fichier Open project: OpenRA/OpenRA

Méthodes publiques

Méthode Description
Cancel ( Actor self ) : void
Sell ( Actor self ) : OpenRA.Activities
Tick ( Actor self ) : Activity

Method Details

Cancel() public méthode

public Cancel ( Actor self ) : void
self Actor
Résultat void

Sell() public méthode

public Sell ( Actor self ) : OpenRA.Activities
self Actor
Résultat OpenRA.Activities

Tick() public méthode

public Tick ( Actor self ) : Activity
self Actor
Résultat Activity