1
0
KF2-Dev-Scripts/AkAudio/Classes/InterpTrackInstAkRTPC.uc
2020-12-13 18:01:13 +03:00

13 lines
209 B
Ucode

class InterpTrackInstAkRTPC extends InterpTrackInst
native;
cpptext
{
virtual void InitTrackInst(UInterpTrack* Track);
virtual void TermTrackInst(UInterpTrack* Track);
}
defaultproperties
{
}