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

Method LoadFromStream

src/New/Type/ShieldTypeClass.cpp:149–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147}
148
149void ShieldTypeClass::LoadFromStream(PhobosStreamReader& Stm)
150{
151 this->Serialize(Stm);
152}
153
154void ShieldTypeClass::SaveToStream(PhobosStreamWriter& Stm)
155{

Callers

nothing calls this directly

Calls 1

SerializeMethod · 0.95

Tested by

no test coverage detected