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

Inheritance: CancelableActivity
Afficher le fichier Open project: pchote/OpenRA

Méthodes publiques

Méthode Description
LayMines ( Actor self ) : System.Collections.Generic
Tick ( Actor self ) : Activity

Private Methods

Méthode Description
LayMine ( Actor self ) : void
ShouldLayMine ( Actor self, CPos p ) : bool

Method Details

LayMines() public méthode

public LayMines ( Actor self ) : System.Collections.Generic
self Actor
Résultat System.Collections.Generic

Tick() public méthode

public Tick ( Actor self ) : Activity
self Actor
Résultat Activity