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

Method Save

src/New/Entity/ShieldClass.cpp:119–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117}
118
119bool ShieldClass::Save(PhobosStreamWriter& Stm) const
120{
121 return const_cast<ShieldClass*>(this)->Serialize(Stm);
122}
123
124// =============================
125//

Callers

nothing calls this directly

Calls 1

SerializeMethod · 0.45

Tested by

no test coverage detected