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

Method Load

src/New/Entity/LaserTrailClass.cpp:55–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53};
54
55bool LaserTrailClass::Load(PhobosStreamReader& stm, bool RegisterForChange)
56{
57 return Serialize(stm);
58}
59
60bool LaserTrailClass::Save(PhobosStreamWriter& stm) const
61{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected