C# Класс Gruppe22.Backend.Quest

A class representing a (multiple step) quest in the game.
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Completed ( Actor actor ) : bool

Determine whether a specific actor has completed the quest or at least one or more steps in the quest

Quest ( ) : System

The constructor for a quest

Описание методов

Completed() публичный Метод

Determine whether a specific actor has completed the quest or at least one or more steps in the quest
public Completed ( Actor actor ) : bool
actor Actor
Результат bool

Quest() публичный Метод

The constructor for a quest
public Quest ( ) : System
Результат System