C# 클래스 PlayerActionDivineIntervention, tf_client

A player action for manually setting tile properties as requested.
상속: PlayerAction
파일 보기 프로젝트 열기: wids-eria/tf_client

Private Properties

프로퍼티 타입 설명
Start void

공개 메소드들

메소드 설명
IsPermittedOnResourceTile ( ResourceTile, tile ) : bool

Determines whether this action is permitted on the specified tile.

보호된 메소드들

메소드 설명
DisplayControlsContents ( ) : void

Displays the controls contents.

비공개 메소드들

메소드 설명
Start ( ) : void

메소드 상세

DisplayControlsContents() 보호된 메소드

Displays the controls contents.
protected DisplayControlsContents ( ) : void
리턴 void

IsPermittedOnResourceTile() 공개 메소드

Determines whether this action is permitted on the specified tile.
public IsPermittedOnResourceTile ( ResourceTile, tile ) : bool
tile ResourceTile, /// The resource tile in question. ///
리턴 bool