using UnityEngine; namespace ClusterVR.CreatorKit.Item.Implements { public sealed class JavaScriptAsset : ScriptableObject { public string text; } }