C# Class UpdateQuestPoints, tf_client

Inheritance: MonoBehaviour
Datei anzeigen Open project: wids-eria/tf_client

Protected Methods

Method Description
UpdateQuestPointsFunc ( Player, role ) : void

Updates the quest points func.

UpdateUserPoints ( Player, role ) : IEnumerator

Updates the user points.

Private Methods

Method Description
Awake ( ) : void

Awake this instance.

OnDestroy ( ) : void

Raises the destroy event.

Method Details

UpdateQuestPointsFunc() protected method

Updates the quest points func.
protected UpdateQuestPointsFunc ( Player, role ) : void
role Player, /// Role. ///
return void

UpdateUserPoints() protected method

Updates the user points.
protected UpdateUserPoints ( Player, role ) : IEnumerator
role Player, /// Role. ///
return IEnumerator