13 lines
209 B
Ucode
13 lines
209 B
Ucode
|
class InterpTrackInstAkRTPC extends InterpTrackInst
|
||
|
native;
|
||
|
|
||
|
cpptext
|
||
|
{
|
||
|
virtual void InitTrackInst(UInterpTrack* Track);
|
||
|
virtual void TermTrackInst(UInterpTrack* Track);
|
||
|
}
|
||
|
|
||
|
defaultproperties
|
||
|
{
|
||
|
}
|