Changeset 6084 in orxonox.OLD for branches/network/src/world_entities/spawning_point.h
- Timestamp:
- Dec 13, 2005, 11:40:03 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/network/src/world_entities/spawning_point.h
r6083 r6084 38 38 private: 39 39 float frequency; //!< the frequency for entity spawning 40 float countDown; //!< the timer that counts down until the next spawn 40 41 float seed; //!< the random seed of the position 41 42 int classID; //!< the classid of the entity to spawn 43 42 44 43 45 };
Note: See TracChangeset
for help on using the changeset viewer.