MCPcopy Create free account
hub / github.com/Phobos-developers/Phobos / Load

Method Load

src/New/Entity/ShieldClass.cpp:114–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112}
113
114bool ShieldClass::Load(PhobosStreamReader& Stm, bool RegisterForChange)
115{
116 return Serialize(Stm);
117}
118
119bool ShieldClass::Save(PhobosStreamWriter& Stm) const
120{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected