| 194 | } |
| 195 | |
| 196 | void AnimTypeExt::ExtData::SaveToStream(PhobosStreamWriter& Stm) |
| 197 | { |
| 198 | Extension<AnimTypeClass>::SaveToStream(Stm); |
| 199 | this->Serialize(Stm); |
| 200 | } |
| 201 | |
| 202 | AnimTypeExt::ExtContainer::ExtContainer() : Container("AnimTypeClass") { } |
| 203 | AnimTypeExt::ExtContainer::~ExtContainer() = default; |