10 lines
187 B
Ucode
10 lines
187 B
Ucode
class AnimNotify_Script extends AnimNotify
|
|
native;
|
|
|
|
var() name NotifyName;
|
|
|
|
cpptext
|
|
{
|
|
// AnimNotify interface.
|
|
virtual void Notify( UMeshInstance *Instance, AActor *Owner );
|
|
} |