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

Inheritance: ITick
Mostra file Open project: pchote/OpenRA

Public Methods

Method Description
EnemyWatcher ( EnemyWatcherInfo info ) : System.Collections.Generic
Tick ( Actor self ) : void

Method Details

EnemyWatcher() public method

public EnemyWatcher ( EnemyWatcherInfo info ) : System.Collections.Generic
info EnemyWatcherInfo
return System.Collections.Generic

Tick() public method

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