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

16 lines
279 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
/// <summary>
/// 묏야꼼죕샘잚
/// </summary>
public class Tool_Base : MonoBehaviour
{
public int triggerId;
/// <summary>
/// 묏야잚謹
/// </summary>
public ToolType toolType;
}