25 #ifndef PEGASUS_ITEMS_BIOCHIPS_BIOCHIPITEM_H 26 #define PEGASUS_ITEMS_BIOCHIPS_BIOCHIPITEM_H 28 #include "pegasus/items/item.h" 34 BiochipItem(
const ItemID,
const NeighborhoodID,
const RoomID,
const DirectionConstant);
37 ItemType getItemType()
override;
39 TimeValue getPanelTime()
const {
return _biochipInfoPanelTime; }
40 TimeValue getRightAreaTime()
const;
43 void select()
override;
44 void deselect()
override;
47 TimeValue _biochipInfoPanelTime;
Definition: biochipitem.h:32
Definition: ai_action.h:33