- Timestamp:
- Dec 7, 2008, 11:39:44 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/questsystem3/src/orxonox/objects/quest/LocalQuest.h
r2261 r2352 29 29 /** 30 30 @file LocalQuest.h 31 @brief 32 Definition of the LocalQuest class. 31 @brief Definition of the LocalQuest class. 33 32 */ 34 33 … … 65 64 <QuestHint id="hintIdn" /> 66 65 </hints> 67 68 69 70 71 72 73 74 75 76 66 <fail-effects> 67 <QuestEffect /> //A list of QuestEffects, invoked when the Quest is failed, see QuestEffect for the full XML representation. 68 ... 69 <QuestEffect /> 70 </fail-effects> 71 <complete-effects> 72 <QuestEffect /> //A list of QuestEffects, invoked when the Quest is completed, see QuestEffect for the full XML representation. 73 ... 74 <QuestEffect /> 75 </complete-effects> 77 76 </LocalQuest> 78 77 @author
Note: See TracChangeset
for help on using the changeset viewer.