C# 클래스 Gruppe22.Backend.Quest

A class representing a (multiple step) quest in the game.
파일 보기 프로젝트 열기: propra13-orga/gruppe22 1 사용 예제들

공개 메소드들

메소드 설명
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