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

Class ExtContainer

src/Ext/BuildingType/Body.h:158–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156 };
157
158 class ExtContainer final : public Container<BuildingTypeExt>
159 {
160 public:
161 ExtContainer();
162 ~ExtContainer();
163
164 virtual bool Load(BuildingTypeClass* pThis, IStream* pStm) override;
165 };
166
167 static ExtContainer ExtMap;
168 static bool LoadGlobals(PhobosStreamReader& Stm);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected