C# Class TriggerParser, tf_client

Trigger parser.
Inheritance: MonoBehaviour
显示文件 Open project: wids-eria/tf_client

Public Methods

Method Description
addTrigger ( string tokens ) : void

Protected Methods

Method Description
SelectProperAction ( string option ) : TriggerHandler,

Selects the proper action.

Method Details

SelectProperAction() protected method

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

addTrigger() public method

public addTrigger ( string tokens ) : void
tokens string
return void