using System.Collections; using System.Collections.Generic; using UnityEngine; public class ReportManager : BaseManager { private ReportManager() { } /// /// 当前的系统/方案的报告 /// public R_Scheme creport; }