YanCheng_Metrology/Assets/Scripts/Project/Objects/ToolAndMaterial/Tool_Electroprobe.cs

11 lines
174 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
/// <summary>
/// µç±Ê
/// </summary>
public class Tool_Electroprobe : BaseToolOrMaterial
{
}