C# Class OpenRA.Mods.RA.Traits.InfiltrateForSupportPower

Inheritance: INotifyInfiltrated
Mostrar archivo Open project: OpenRA/OpenRA

Public Methods

Method Description
InfiltrateForSupportPower ( InfiltrateForSupportPowerInfo info ) : OpenRA.Primitives
Infiltrated ( Actor self, Actor infiltrator ) : void

Method Details

InfiltrateForSupportPower() public method

public InfiltrateForSupportPower ( InfiltrateForSupportPowerInfo info ) : OpenRA.Primitives
info InfiltrateForSupportPowerInfo
return OpenRA.Primitives

Infiltrated() public method

public Infiltrated ( Actor self, Actor infiltrator ) : void
self Actor
infiltrator Actor
return void