using System.Collections; using System.Collections.Generic; using UnityEngine; /// /// 固定数据物体模块 /// public abstract class ModuleFixed : MonoBehaviour { }