C# Class OpenRA.Mods.Common.Traits.EmitInfantryOnSell

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

Méthodes publiques

Méthode Description
EmitInfantryOnSell ( Actor self, EmitInfantryOnSellInfo info ) : System.Collections.Generic
Selling ( Actor self ) : void
Sold ( Actor self ) : void

Private Methods

Méthode Description
Emit ( Actor self ) : void

Method Details

EmitInfantryOnSell() public méthode

public EmitInfantryOnSell ( Actor self, EmitInfantryOnSellInfo info ) : System.Collections.Generic
self Actor
info EmitInfantryOnSellInfo
Résultat System.Collections.Generic

Selling() public méthode

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

Sold() public méthode

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