| 418 | } |
| 419 | |
| 420 | void RulesExt::ExtData::LoadFromStream(PhobosStreamReader& Stm) |
| 421 | { |
| 422 | Extension<RulesClass>::LoadFromStream(Stm); |
| 423 | this->Serialize(Stm); |
| 424 | |
| 425 | this->ReplaceVoxelLightSources(); |
| 426 | } |
| 427 | |
| 428 | void RulesExt::ExtData::SaveToStream(PhobosStreamWriter& Stm) |
| 429 | { |
no test coverage detected