mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-03-03 01:49:41 +00:00
18 lines
278 B
C++
18 lines
278 B
C++
#include "importnpcc.hpp"
|
|
|
|
#include <components/esm/esmreader.hpp>
|
|
|
|
namespace ESSImport
|
|
{
|
|
|
|
void NPCC::load(ESM::ESMReader &esm)
|
|
{
|
|
esm.getHNT(mNPDT, "NPDT");
|
|
|
|
// container:
|
|
// XIDX
|
|
// XHLT - condition
|
|
// WIDX - equipping?
|
|
}
|
|
|
|
}
|