| 293 | } |
| 294 | |
| 295 | void BuildingTypeExt::ExtData::SaveToStream(PhobosStreamWriter& Stm) |
| 296 | { |
| 297 | Extension<BuildingTypeClass>::SaveToStream(Stm); |
| 298 | this->Serialize(Stm); |
| 299 | } |
| 300 | |
| 301 | bool BuildingTypeExt::ExtContainer::Load(BuildingTypeClass* pThis, IStream* pStm) |
| 302 | { |