Changeset 3583 in orxonox.OLD for orxonox/trunk/src/world_entities/projectile.h
- Timestamp:
- Mar 16, 2005, 11:08:33 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/world_entities/projectile.h
r3578 r3583 25 25 26 26 private: 27 int health; //<! the healt of a projectile 28 int maxHelath; //<! the max healt of a projectile 29 int damageToAirCraft; //<! damage dealt to a air craft 30 int damageToGroundCraft; //<! damage dealt to a ground craft 27 //physical attriutes like: force, speed, acceleration etc. 28 31 29 }; 32 30
Note: See TracChangeset
for help on using the changeset viewer.