C# 클래스 PantheonPrototype.WinObjective

상속: Objective
파일 보기 프로젝트 열기: Bacon41/PantheonPrototype 1 사용 예제들

공개 메소드들

메소드 설명
Initialize ( Pantheon gameReference ) : void

Causes the quest to be completed.

WinObjective ( int id, int QuestId ) : System

Constructs a new win objective that terminates a quest.

메소드 상세

Initialize() 공개 메소드

Causes the quest to be completed.
public Initialize ( Pantheon gameReference ) : void
gameReference Pantheon
리턴 void

WinObjective() 공개 메소드

Constructs a new win objective that terminates a quest.
public WinObjective ( int id, int QuestId ) : System
id int The id of the objective in the objective list.
QuestId int The id of the quest to which the objective belongs.
리턴 System