Files
2024-11-20 15:21:28 +01:00

12 lines
169 B
C#

// Cristian Pop - https://boxophobic.com/
using UnityEngine;
namespace Boxophobic.StyledGUI
{
public class StyledPopupLayers : PropertyAttribute
{
}
}