using System.Collections; using System.Collections.Generic; using UnityEngine; /// /// 固定数据物体模块 /// public abstract class ModuleFixed : MonoBehaviour { /// 核心模块 protected virtual ModuleCore ModuleCore => ModuleCore.I; }