| 10 | // load / save |
| 11 | |
| 12 | void ScriptExt::ExtData::LoadFromStream(PhobosStreamReader& Stm) |
| 13 | { |
| 14 | // Nothing yet |
| 15 | } |
| 16 | |
| 17 | void ScriptExt::ExtData::SaveToStream(PhobosStreamWriter& Stm) |
| 18 | { |
nothing calls this directly
no outgoing calls
no test coverage detected