| 34 | } |
| 35 | |
| 36 | void VoxelAnimTypeExt::ExtData::LoadFromStream(PhobosStreamReader& Stm) |
| 37 | { |
| 38 | Extension<VoxelAnimTypeClass>::LoadFromStream(Stm); |
| 39 | this->Serialize(Stm); |
| 40 | } |
| 41 | |
| 42 | void VoxelAnimTypeExt::ExtData::SaveToStream(PhobosStreamWriter& Stm) |
| 43 | { |