C# 클래스 OpenRA.Mods.Common.Traits.EnemyWatcher

상속: ITick
파일 보기 프로젝트 열기: pchote/OpenRA

공개 메소드들

메소드 설명
EnemyWatcher ( EnemyWatcherInfo info ) : System.Collections.Generic
Tick ( Actor self ) : void

메소드 상세

EnemyWatcher() 공개 메소드

public EnemyWatcher ( EnemyWatcherInfo info ) : System.Collections.Generic
info EnemyWatcherInfo
리턴 System.Collections.Generic

Tick() 공개 메소드

public Tick ( Actor self ) : void
self Actor
리턴 void