- Timestamp:
- Nov 1, 2008, 10:27:12 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/orxonox/objects/weaponSystem/munitions/LaserGunMunition.cc
r2096 r2097 37 37 namespace orxonox 38 38 { 39 LaserGunMunition::LaserGunMunition( )39 LaserGunMunition::LaserGunMunition(BaseObject* creator) : BaseObject(creator) 40 40 { 41 41 RegisterObject(LaserGunMunition);
Note: See TracChangeset
for help on using the changeset viewer.