using System.Collections; using System.Collections.Generic; using UnityEngine; namespace ZXKFramework { public class ModelBase : MonoBehaviour { public string groupId = "Base"; } }