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

11 lines
225 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
/// <summary>
/// 正在使用的工具/材料管理类
/// </summary>
public class ToolAndmaterialMgr : BaseManager<ToolAndmaterialMgr>
{
}