10 lines
149 B
C#
10 lines
149 B
C#
using UnityEngine;
|
|
using UnityEngine.UIElements;
|
|
|
|
namespace XED.ComponentSystem
|
|
{
|
|
public class InputAttribute : ComponentAttribute
|
|
{
|
|
|
|
}
|
|
} |