MCPcopy Create free account
hub / github.com/OpenDungeons/OpenDungeons / importFromPacket

Method importFromPacket

source/entities/TreasuryObject.cpp:286–290  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

284}
285
286void TreasuryObject::importFromPacket(ODPacket& is)
287{
288 RenderedMovableEntity::importFromPacket(is);
289 OD_ASSERT_TRUE(is >> mGoldValue);
290}
291
292void TreasuryObject::exportToStream(std::ostream& os) const
293{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected