C# Class PantheonPrototype.WinObjective

Inheritance: Objective
Afficher le fichier Open project: Bacon41/PantheonPrototype Class Usage Examples

Méthodes publiques

Méthode 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 méthode

Causes the quest to be completed.
public Initialize ( Pantheon gameReference ) : void
gameReference Pantheon
Résultat void

WinObjective() public méthode

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.
Résultat System