- Timestamp:
- Sep 27, 2015, 10:03:53 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/weaponFS15/src/modules/weapons/munitions/GravityBombMunition.h
r10455 r10601 14 14 namespace orxonox 15 15 { 16 17 * @classGravityBombMunition18 19 * @briefThis class is used to set the behaviour of various20 *munition specific attributes of the GravityBomb like max count of munition per magazine.21 22 * @authorManuel23 * @date23.05.201524 25 16 /** 17 * @class GravityBombMunition 18 * 19 * @brief This class is used to set the behaviour of various 20 * munition specific attributes of the GravityBomb like max count of munition per magazine. 21 * 22 * @author Manuel 23 * @date 23.05.2015 24 */ 25 class _WeaponsExport GravityBombMunition : public Munition 26 26 { 27 27 public: 28 28 GravityBombMunition(Context* context); 29 29 virtual ~GravityBombMunition() {} 30 30 };
Note: See TracChangeset
for help on using the changeset viewer.