| 380 | } |
| 381 | |
| 382 | void AnimExt::ExtData::LoadFromStream(PhobosStreamReader& Stm) |
| 383 | { |
| 384 | Extension<AnimClass>::LoadFromStream(Stm); |
| 385 | this->Serialize(Stm); |
| 386 | |
| 387 | if (this->AttachedSystem) |
| 388 | AnimExt::AnimsWithAttachedParticles.push_back(this->OwnerObject()); |
| 389 | } |
| 390 | |
| 391 | void AnimExt::ExtData::SaveToStream(PhobosStreamWriter& Stm) |
| 392 | { |