mirror of
https://github.com/TES3MP/TES3MP
synced 2026-08-16 14:26:04 -04:00
11 lines
120 B
C++
11 lines
120 B
C++
#include "loadstat.hpp"
|
|
|
|
namespace ESM
|
|
{
|
|
|
|
void Static::load(ESMReader &esm)
|
|
{
|
|
model = esm.getHNString("MODL");
|
|
}
|
|
|
|
}
|