using System.Collections; using System.Collections.Generic; using UnityEngine; public class ToolManager : SerializedMonoSingleton { /// /// 工具配置表 /// public ToolPackConfig m_ToolPackConfig; }