C# Класс UpdateQuestPoints, tf_client

Наследование: MonoBehaviour
Показать файл Открыть проект

Защищенные методы

Метод Описание
UpdateQuestPointsFunc ( Player, role ) : void

Updates the quest points func.

UpdateUserPoints ( Player, role ) : IEnumerator

Updates the user points.

Приватные методы

Метод Описание
Awake ( ) : void

Awake this instance.

OnDestroy ( ) : void

Raises the destroy event.

Описание методов

UpdateQuestPointsFunc() защищенный Метод

Updates the quest points func.
protected UpdateQuestPointsFunc ( Player, role ) : void
role Player, /// Role. ///
Результат void

UpdateUserPoints() защищенный Метод

Updates the user points.
protected UpdateUserPoints ( Player, role ) : IEnumerator
role Player, /// Role. ///
Результат IEnumerator