| 173 | }; |
| 174 | |
| 175 | void WeaponTypeExt::ExtData::LoadFromStream(PhobosStreamReader& Stm) |
| 176 | { |
| 177 | Extension<WeaponTypeClass>::LoadFromStream(Stm); |
| 178 | this->Serialize(Stm); |
| 179 | |
| 180 | } |
| 181 | |
| 182 | void WeaponTypeExt::ExtData::SaveToStream(PhobosStreamWriter& Stm) |
| 183 | { |