Fix projectile behavior

This commit is contained in:
David Markowitz
2022-12-20 19:00:52 -08:00
parent 41b8762c8f
commit e53e31021f
3 changed files with 4 additions and 1 deletions

View File

@@ -15,6 +15,8 @@ struct BehaviorBranchContext
uint32_t start = 0;
bool isSync = false;
BehaviorBranchContext();
BehaviorBranchContext(LWOOBJID target, float duration = 0, const NiPoint3& referencePosition = NiPoint3(0, 0, 0));