C# Класс PantheonPrototype.WinObjective

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

Открытые методы

Метод Описание
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