C# Class DodongosQuest.Quests.QuestFactory

Afficher le fichier Open project: faintpixel/Roguelike

Méthodes publiques

Méthode Description
MakeItemFindQuest ( World world, IItem target ) : IQuest
MakeQuest ( World world, ICreature target ) : IQuest

Method Details

MakeItemFindQuest() public static méthode

public static MakeItemFindQuest ( World world, IItem target ) : IQuest
world World
target IItem
Résultat IQuest

MakeQuest() public static méthode

public static MakeQuest ( World world, ICreature target ) : IQuest
world World
target ICreature
Résultat IQuest