C# Class OpenRA.Mods.Common.Traits.EnemyWatcher

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

Méthodes publiques

Méthode Description
EnemyWatcher ( EnemyWatcherInfo info ) : System.Collections.Generic
Tick ( Actor self ) : void

Method Details

EnemyWatcher() public méthode

public EnemyWatcher ( EnemyWatcherInfo info ) : System.Collections.Generic
info EnemyWatcherInfo
Résultat System.Collections.Generic

Tick() public méthode

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