Changeset 9501 in orxonox.OLD
- Timestamp:
- Jul 27, 2006, 12:15:55 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/proxy/src/world_entities/playable.h
r9500 r9501 77 77 inline void setScore( int score ) { this->score = score; } 78 78 inline int getScore() { return this->score; } 79 virtual void setTeam(int teamId) {}80 79 81 80 void setEnterRadius(float radius) { this->enterRadius = radius; };
Note: See TracChangeset
for help on using the changeset viewer.