mirror of
https://github.com/OpenMW/openmw.git
synced 2025-06-26 18:41:33 +00:00
Read BSDamageStage
This commit is contained in:
parent
5a3dce160c
commit
d2c797aee9
1 changed files with 1 additions and 0 deletions
|
@ -147,6 +147,7 @@ namespace Nif
|
|||
{ "BSMultiBoundNode", &construct<BSMultiBoundNode, RC_NiNode> },
|
||||
{ "BSRangeNode", &construct<BSRangeNode, RC_NiNode> },
|
||||
{ "BSBlastNode", &construct<BSRangeNode, RC_NiNode> },
|
||||
{ "BSDamageStage", &construct<BSRangeNode, RC_NiNode> },
|
||||
{ "bhkBlendController", &construct<bhkBlendController, RC_bhkBlendController> },
|
||||
{ "NiFloatInterpolator", &construct<NiFloatInterpolator, RC_NiFloatInterpolator> },
|
||||
{ "NiBoolInterpolator", &construct<NiBoolInterpolator, RC_NiBoolInterpolator> },
|
||||
|
|
Loading…
Reference in a new issue