Files
XRLib/Assets/Scripts/Simulator/PropertyWindow/NodeProperty.cs

17 lines
283 B
C#
Raw Normal View History

2025-12-24 17:36:01 +09:00
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()
{
}
}