YanCheng_Metrology/Assets/Scripts/CXX/Tools/Tool_TestPen.cs

15 lines
200 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
/// <summary>
/// Ñéµç±Ê
/// </summary>
public class Tool_TestPen : Tool_Base
{
public void MoveTo()
{
}
}