12 lines
196 B
C#
12 lines
196 B
C#
using System;
|
|
|
|
namespace UnityEngine.Playables
|
|
{
|
|
// Token: 0x020004B9 RID: 1209
|
|
public interface IPlayableOutput
|
|
{
|
|
// Token: 0x06003B27 RID: 15143
|
|
PlayableOutputHandle GetHandle();
|
|
}
|
|
}
|