#include "OrxonoxPrereqs.h"
#include <map>
#include "Quest.h"
Namespaces | |
namespace | orxonox |
Classes | |
class | orxonox::LocalQuest |
Handles Quests which have different states for different players. LocalQuests have (as opposed to GlobalQuests) a different state for each player, that means if for one player the status of the Quest changes it does not for all the other players which also possess this quest. More... |