scripts
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using System;
|
||||
|
||||
namespace UnityEngine.Playables
|
||||
{
|
||||
// Token: 0x020004B7 RID: 1207
|
||||
public interface IPlayable
|
||||
{
|
||||
// Token: 0x06003B1E RID: 15134
|
||||
PlayableHandle GetHandle();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user