| 29 | } |
| 30 | |
| 31 | void ParticleSystemTypeExt::ExtData::SaveToStream(PhobosStreamWriter& Stm) |
| 32 | { |
| 33 | Extension<ParticleSystemTypeClass>::SaveToStream(Stm); |
| 34 | this->Serialize(Stm); |
| 35 | } |
| 36 | |
| 37 | bool ParticleSystemTypeExt::LoadGlobals(PhobosStreamReader& Stm) |
| 38 | { |