| 985 | } |
| 986 | |
| 987 | bool AttachEffectClass::Load(PhobosStreamReader& Stm, bool RegisterForChange) |
| 988 | { |
| 989 | return Serialize(Stm); |
| 990 | } |
| 991 | |
| 992 | bool AttachEffectClass::Save(PhobosStreamWriter& Stm) const |
| 993 | { |
nothing calls this directly
no outgoing calls
no test coverage detected