using System.Collections.Generic; using UnityEngine; namespace ABI.CCK.Components { [AddComponentMenu("")] [HelpURL("https://developers.abinteractive.net/cck/")] public class CVRObjectLibrary : MonoBehaviour, ICCK_Component { public List objectCatalogCategories = new List(); public List objectCatalogEntries = new List(); } }