C# Class PantheonPrototype.WinObjective

Inheritance: Objective
Exibir arquivo Open project: Bacon41/PantheonPrototype Class Usage Examples

Public Methods

Method Description
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.

Method Details

Initialize() public method

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

WinObjective() public method

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.
return System