C# 클래스 TriggerParser, tf_client

Trigger parser.
상속: MonoBehaviour
파일 보기 프로젝트 열기: wids-eria/tf_client

공개 메소드들

메소드 설명
addTrigger ( string tokens ) : void

보호된 메소드들

메소드 설명
SelectProperAction ( string option ) : TriggerHandler,

Selects the proper action.

메소드 상세

SelectProperAction() 보호된 메소드

Selects the proper action.
protected SelectProperAction ( string option ) : TriggerHandler,
option string /// Option. ///
리턴 TriggerHandler,

addTrigger() 공개 메소드

public addTrigger ( string tokens ) : void
tokens string
리턴 void