Files
XRLib/Assets/Scripts/Simulator/PropertyWindow/NodeProperty.cs
UVCLimHun 6b78b68229 merge
merge and property
2025-12-24 17:36:01 +09:00

17 lines
283 B
C#

using UnityEngine;
public class NodeProperty : MonoBehaviour
{
// Start is called once before the first execution of Update after the MonoBehaviour is created
void Start()
{
}
// Update is called once per frame
void Update()
{
}
}