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

Inheritance: INotifySold
显示文件 Open project: OpenRA/OpenRA

Public Methods

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

Private Methods

Method Description
Emit ( Actor self ) : void

Method Details

EmitInfantryOnSell() public method

public EmitInfantryOnSell ( Actor self, EmitInfantryOnSellInfo info ) : System.Collections.Generic
self Actor
info EmitInfantryOnSellInfo
return System.Collections.Generic

Selling() public method

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

Sold() public method

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