Changeset 8777 in orxonox.OLD for trunk/src/world_entities/weapons/test_gun.cc
- Timestamp:
- Jun 26, 2006, 12:59:13 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/weapons/test_gun.cc
r7193 r8777 190 190 } 191 191 192 /** 193 * is called, when the weapon is destroyed 194 * 195 * this is in conjunction with the hit function, so when a weapon is able to get 196 * hit, it can also be destoryed. 197 */ 198 void TestGun::destroy () 199 {} 192 200 193 201 194 /**
Note: See TracChangeset
for help on using the changeset viewer.