14 lines
185 B
C#
Executable file
14 lines
185 B
C#
Executable file
using UnityEngine;
|
|
|
|
namespace ABI.CCK.Components
|
|
{
|
|
public class CVRTimelineSync : MonoBehaviour
|
|
{
|
|
|
|
void Start()
|
|
{
|
|
|
|
}
|
|
|
|
}
|
|
}
|