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

Inheritance: Activity
Exibir arquivo Open project: AttacqueSuperior/Engine

Public Methods

Method Description
FlyOffMap ( Actor self ) : OpenRA.Activities
FlyOffMap ( Actor self, int endingDelay = 25 ) : OpenRA.Activities

Method Details

FlyOffMap() public method

public FlyOffMap ( Actor self ) : OpenRA.Activities
self Actor
return OpenRA.Activities

FlyOffMap() public method

public FlyOffMap ( Actor self, int endingDelay = 25 ) : OpenRA.Activities
self Actor
endingDelay int
return OpenRA.Activities