using UnityEngine; namespace NanoBrain.Unity { [System.Serializable] public class ClusterJson : ScriptableObject { public TextAsset jsonFile; } }