using UnityEngine; public class ToolItemData : MonoBehaviour { public string category; // 模型 public string group; // 房屋 / 车辆 public string toolName; // 房屋1 / car1 }