YanCheng_Metrology/Assets/Scripts/Project/Manager/ReportManager.cs

14 lines
279 B
C#

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