add uncast to speed behavior (#932)

This commit is contained in:
Aaron Kimbrell
2022-12-31 02:46:25 -06:00
committed by GitHub
parent 9adbb7aa86
commit 34b5f0f9d6
2 changed files with 10 additions and 4 deletions

View File

@@ -15,6 +15,8 @@ public:
void Calculate(BehaviorContext* context, RakNet::BitStream* bitStream, BehaviorBranchContext branch) override;
void UnCast(BehaviorContext* context, BehaviorBranchContext branch) override;
void Timer(BehaviorContext* context, BehaviorBranchContext branch, LWOOBJID second) override;
void End(BehaviorContext* context, BehaviorBranchContext branch, LWOOBJID second) override;