C# Class Gruppe22.Backend.QuestRequirement

Requirement to meet to finish a quest step
Show file Open project: propra13-orga/gruppe22 Class Usage Examples

Public Methods

Method Description
QuestRequirement ( QuestType type = QuestType.None, int id, int quantity, Item item = null, int start ) : System

Method Details

QuestRequirement() public method

public QuestRequirement ( QuestType type = QuestType.None, int id, int quantity, Item item = null, int start ) : System
type QuestType
id int
quantity int
item Item
start int
return System