| 287 | } |
| 288 | |
| 289 | void BuildingTypeExt::ExtData::LoadFromStream(PhobosStreamReader& Stm) |
| 290 | { |
| 291 | Extension<BuildingTypeClass>::LoadFromStream(Stm); |
| 292 | this->Serialize(Stm); |
| 293 | } |
| 294 | |
| 295 | void BuildingTypeExt::ExtData::SaveToStream(PhobosStreamWriter& Stm) |
| 296 | { |