cvr-props/Assets/ABI.CCK/Components/CVRTimelineSync.cs

12 lines
228 B
C#
Raw Normal View History

2023-01-22 16:38:23 +01:00
using UnityEngine;
namespace ABI.CCK.Components
{
[AddComponentMenu("")]
[HelpURL("https://developers.abinteractive.net/cck/")]
public class CVRTimelineSync : MonoBehaviour, ICCK_Component
2023-01-22 16:38:23 +01:00
{
}
}