using System.Collections;
using System.Collections.Generic;
using UnityEngine;
/// <summary>
/// 绝缘螺丝刀
/// </summary>
public class Tool_InsulatedScrewdriver : BaseToolOrMaterial
{
}