| 31 | } |
| 32 | |
| 33 | void TActionExt::ExtData::SaveToStream(PhobosStreamWriter& Stm) |
| 34 | { |
| 35 | Extension<TActionClass>::SaveToStream(Stm); |
| 36 | this->Serialize(Stm); |
| 37 | } |
| 38 | |
| 39 | bool TActionExt::Execute(TActionClass* pThis, HouseClass* pHouse, ObjectClass* pObject, |
| 40 | TriggerClass* pTrigger, CellStruct const& location, bool& bHandled) |