2025-05-09 10:20:30 +08:00

11 lines
204 B
C#

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