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

Inheritance: Enter
Exibir arquivo Open project: pchote/OpenRA

Public Methods

Method Description
RepairBridge ( Actor self, Actor target, EnterBehaviour enterBehaviour, string notification ) : OpenRA.Mods.Common.Traits

Protected Methods

Method Description
CanReserve ( Actor self ) : bool
OnInside ( Actor self ) : void

Method Details

CanReserve() protected method

protected CanReserve ( Actor self ) : bool
self Actor
return bool

OnInside() protected method

protected OnInside ( Actor self ) : void
self Actor
return void

RepairBridge() public method

public RepairBridge ( Actor self, Actor target, EnterBehaviour enterBehaviour, string notification ) : OpenRA.Mods.Common.Traits
self Actor
target Actor
enterBehaviour EnterBehaviour
notification string
return OpenRA.Mods.Common.Traits