| 112 | } |
| 113 | |
| 114 | bool ShieldClass::Load(PhobosStreamReader& Stm, bool RegisterForChange) |
| 115 | { |
| 116 | return Serialize(Stm); |
| 117 | } |
| 118 | |
| 119 | bool ShieldClass::Save(PhobosStreamWriter& Stm) const |
| 120 | { |
nothing calls this directly
no outgoing calls
no test coverage detected