Files

16 lines
225 B
C#
Raw Permalink Normal View History

2025-11-24 21:29:46 +08:00
// Cristian Pop - https://boxophobic.com/
using UnityEngine;
namespace Boxophobic.StyledGUI
{
public class StyledInteractive : PropertyAttribute
{
public StyledInteractive()
{
}
}
}