cvr-props/Assets/ABI.CCK/Components/CVRTimelineSync.cs
2023-01-22 16:38:23 +01:00

14 lines
185 B
C#
Executable file

using UnityEngine;
namespace ABI.CCK.Components
{
public class CVRTimelineSync : MonoBehaviour
{
void Start()
{
}
}
}