Changeset 7298 for code/branches/doc/src/modules/questsystem/AddReward.h
- Timestamp:
- Aug 31, 2010, 8:56:01 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/doc/src/modules/questsystem/AddReward.h
r5781 r7298 48 48 Creating a AddReward through XML goes as follows: 49 49 50 @code 50 51 <AddReward> 51 52 <Rewardable /> //A list of Rewardable objects to be rewarded the player, see the specific Rewardables for their respective XML representations. … … 53 54 <Rewardable /> 54 55 </AddReward> 56 @endcode 55 57 @author 56 58 Damian 'Mozork' Frick
Note: See TracChangeset
for help on using the changeset viewer.