C# Class Gruppe22.Backend.Quest

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

Public Methods

Method 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 method

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
return bool

Quest() public method

The constructor for a quest
public Quest ( ) : System
return System