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

Method Load

src/New/Entity/AttachEffectClass.cpp:987–990  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

985}
986
987bool AttachEffectClass::Load(PhobosStreamReader& Stm, bool RegisterForChange)
988{
989 return Serialize(Stm);
990}
991
992bool AttachEffectClass::Save(PhobosStreamWriter& Stm) const
993{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected