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

Inheritance: CrateAction
显示文件 Open project: pchote/OpenRA

Public Methods

Method Description
Activate ( Actor collector ) : void
GetSelectionShares ( Actor collector ) : int
LevelUpCrateAction ( Actor self, LevelUpCrateActionInfo info ) : System.Linq

Method Details

Activate() public method

public Activate ( Actor collector ) : void
collector Actor
return void

GetSelectionShares() public method

public GetSelectionShares ( Actor collector ) : int
collector Actor
return int

LevelUpCrateAction() public method

public LevelUpCrateAction ( Actor self, LevelUpCrateActionInfo info ) : System.Linq
self Actor
info LevelUpCrateActionInfo
return System.Linq