Files
Studio/Assets/Scripts/XED/ComponentSystem/InputAttribute.cs
2025-02-19 17:24:26 +09:00

10 lines
149 B
C#

using UnityEngine;
using UnityEngine.UIElements;
namespace XED.ComponentSystem
{
public class InputAttribute : ComponentAttribute
{
}
}