C# 클래스 OpenRA.Mods.Common.Activities.Repair

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

공개 메소드들

메소드 설명
Repair ( Actor self, Actor host ) : System
Repair ( Actor self, Actor host, WDist closeEnough ) : System
Tick ( Actor self ) : Activity

메소드 상세

Repair() 공개 메소드

public Repair ( Actor self, Actor host ) : System
self Actor
host Actor
리턴 System

Repair() 공개 메소드

public Repair ( Actor self, Actor host, WDist closeEnough ) : System
self Actor
host Actor
closeEnough WDist
리턴 System

Tick() 공개 메소드

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