- Timestamp:
- Feb 11, 2018, 6:06:18 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/Presentation_HS17_merge/src/modules/pickup/Pickup.h
r11730 r11734 145 145 virtual void changedPickedUp(void) override; //!< Should be called when the pickup has transited from picked up to dropped or the other way around. 146 146 147 147 protected: 148 148 virtual bool createSpawner(void) override; //!< Facilitates the creation of a PickupSpawner upon dropping of the Pickupable. 149 150 151 protected:152 149 153 150 /**
Note: See TracChangeset
for help on using the changeset viewer.