11 lines
228 B
C#
Executable file
11 lines
228 B
C#
Executable file
using UnityEngine;
|
|
|
|
namespace ABI.CCK.Components
|
|
{
|
|
[AddComponentMenu("")]
|
|
[HelpURL("https://developers.abinteractive.net/cck/")]
|
|
public class CVRTimelineSync : MonoBehaviour, ICCK_Component
|
|
{
|
|
|
|
}
|
|
}
|