Changeset 6671 in orxonox.OLD for trunk/src/world_entities/weapons/ammo_container.h
- Timestamp:
- Jan 24, 2006, 2:52:25 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/weapons/ammo_container.h
r6669 r6671 28 28 float decreaseEnergy(float energy); 29 29 30 float getStoredEnergy() const { return this->energy; }; 30 31 float getMaxEnergy() const { return this->maxEnergy; }; 31 32
Note: See TracChangeset
for help on using the changeset viewer.