using System.Collections.Generic; using UnityEngine; namespace ABI.CCK.Components { public class CVRObjectLibrary : MonoBehaviour { public List objectCatalogCategories = new List(); public List objectCatalogEntries = new List(); } }