| 53 | }; |
| 54 | |
| 55 | bool LaserTrailClass::Load(PhobosStreamReader& stm, bool RegisterForChange) |
| 56 | { |
| 57 | return Serialize(stm); |
| 58 | } |
| 59 | |
| 60 | bool LaserTrailClass::Save(PhobosStreamWriter& stm) const |
| 61 | { |
nothing calls this directly
no outgoing calls
no test coverage detected