C# Class Gruppe22.Backend.Quest

A class representing a (multiple step) quest in the game.
Afficher le fichier Open project: propra13-orga/gruppe22 Class Usage Examples

Méthodes publiques

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

Method Details

Completed() public méthode

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
Résultat bool

Quest() public méthode

The constructor for a quest
public Quest ( ) : System
Résultat System