C# Class UpdateQuestPoints, tf_client

Inheritance: MonoBehaviour
Afficher le fichier Open project: wids-eria/tf_client

Méthodes protégées

Méthode Description
UpdateQuestPointsFunc ( Player, role ) : void

Updates the quest points func.

UpdateUserPoints ( Player, role ) : IEnumerator

Updates the user points.

Private Methods

Méthode Description
Awake ( ) : void

Awake this instance.

OnDestroy ( ) : void

Raises the destroy event.

Method Details

UpdateQuestPointsFunc() protected méthode

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

UpdateUserPoints() protected méthode

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