C# Class OpenRA.Mods.RA.Activities.LayMines

Inheritance: CancelableActivity
Mostrar archivo Open project: pchote/OpenRA

Public Methods

Method Description
LayMines ( Actor self ) : System.Collections.Generic
Tick ( Actor self ) : Activity

Private Methods

Method Description
LayMine ( Actor self ) : void
ShouldLayMine ( Actor self, CPos p ) : bool

Method Details

LayMines() public method

public LayMines ( Actor self ) : System.Collections.Generic
self Actor
return System.Collections.Generic

Tick() public method

public Tick ( Actor self ) : Activity
self Actor
return Activity