12 lines
169 B
C#
12 lines
169 B
C#
// Cristian Pop - https://boxophobic.com/
|
|
|
|
using UnityEngine;
|
|
|
|
namespace Boxophobic.StyledGUI
|
|
{
|
|
public class StyledPopupLayers : PropertyAttribute
|
|
{
|
|
}
|
|
}
|
|
|