using System.Collections.Generic; using KYFramework; namespace VRPlatform { public class VRResourcesComponent : Component { public Dictionary<string, VRResourceEntity> Resources = new Dictionary<string, VRResourceEntity>(); } }