using System.Collections; using System.Collections.Generic; using UnityEngine; /// /// 核心模块,实现业务逻辑 /// public class ModuleCore : Module { }