Changeset 9629 for code/branches/core6/src/orxonox/weaponsystem/Munition.cc
- Timestamp:
- Aug 9, 2013, 9:26:46 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core6/src/orxonox/weaponsystem/Munition.cc
r8729 r9629 37 37 CreateFactory(Munition); 38 38 39 Munition::Munition( BaseObject* creator) : BaseObject(creator)39 Munition::Munition(Context* context) : BaseObject(context) 40 40 { 41 41 RegisterObject(Munition);
Note: See TracChangeset
for help on using the changeset viewer.