- Timestamp:
- Oct 29, 2008, 4:13:10 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/weapon/src/orxonox/objects/weaponSystem/Weapon.h
r2049 r2060 46 46 47 47 void addMunition(); 48 v oid fire();48 virtual void fire(); 49 49 50 50 private: 51 51 int loadingTime; 52 52 Munition *munition_; 53 53
Note: See TracChangeset
for help on using the changeset viewer.