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