1
0
KF2-Dev-Scripts/BaseAI/Classes/LatentActionObserver.uc

14 lines
557 B
Ucode
Raw Normal View History

2020-12-13 15:01:13 +00:00
//=============================================================================
// AnimationProxy
//=============================================================================
//
//=============================================================================
// Killing Floor 2
// Copyright (C) 2015 Tripwire Interactive LLC
//=============================================================================
interface LatentActionObserver
native;
native function OnLatentFinished(BaseAIController Observer, Object Action, byte FinishResult);