rott/kf_sources/Engine/Classes/AnimNotify_Scripted.uc
2026-07-14 20:27:09 +07:00

11 lines
206 B
Ucode

class AnimNotify_Scripted extends AnimNotify
native
abstract;
event Notify( Actor Owner );
cpptext
{
// AnimNotify interface.
virtual void Notify( UMeshInstance *Instance, AActor *Owner );
}