mirror of
https://github.com/zeldaret/ss
synced 2026-09-01 01:31:47 -04:00
A few NPC functions
This commit is contained in:
@@ -60,11 +60,11 @@ public:
|
||||
void setAnmFile(void *data) {
|
||||
mAnmFile = nw4r::g3d::ResFile(data);
|
||||
}
|
||||
nw4r::g3d::ResFile getAnmFile() {
|
||||
nw4r::g3d::ResFile &getAnmFile() {
|
||||
return mAnmFile;
|
||||
}
|
||||
|
||||
nw4r::g3d::ResFile getMdlFile() {
|
||||
nw4r::g3d::ResFile &getMdlFile() {
|
||||
return mMdlFile;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user