C# 클래스 UpdateQuestPoints, tf_client

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

보호된 메소드들

메소드 설명
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