Files
Dec2017-Script-Dump/UnityEngine/Playables/IPlayableOutput.cs
T
2026-06-04 11:42:34 +02:00

12 lines
196 B
C#

using System;
namespace UnityEngine.Playables
{
// Token: 0x020004B9 RID: 1209
public interface IPlayableOutput
{
// Token: 0x06003B27 RID: 15143
PlayableOutputHandle GetHandle();
}
}