void read(NIFStream *nif) { Controlled::read(nif); data.read(nif); }
void post(NIFFile *nif) { Controlled::post(nif); data.post(nif); }
void read(NIFFile *nif) { Controlled::read(nif); data.read(nif); }