14 lines
557 B
Ucode
14 lines
557 B
Ucode
|
//=============================================================================
|
||
|
// AnimationProxy
|
||
|
//=============================================================================
|
||
|
//
|
||
|
//=============================================================================
|
||
|
// Killing Floor 2
|
||
|
// Copyright (C) 2015 Tripwire Interactive LLC
|
||
|
//=============================================================================
|
||
|
|
||
|
interface LatentActionObserver
|
||
|
native;
|
||
|
|
||
|
native function OnLatentFinished(BaseAIController Observer, Object Action, byte FinishResult);
|