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