| 179 | } |
| 180 | |
| 181 | void SWTypeExt::ExtData::LoadFromStream(PhobosStreamReader& Stm) |
| 182 | { |
| 183 | Extension<SuperWeaponTypeClass>::LoadFromStream(Stm); |
| 184 | this->Serialize(Stm); |
| 185 | } |
| 186 | |
| 187 | void SWTypeExt::ExtData::SaveToStream(PhobosStreamWriter& Stm) |
| 188 | { |