summaryrefslogtreecommitdiff
path: root/Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector/StyledTexturePreview.cs
blob: c0a3053176c171e8eb9aea630a4db97c94713ade (plain)
1
2
3
4
5
6
7
8
9
using UnityEngine;

namespace Boxophobic.StyledGUI
{
    public class StyledTexturePreview : PropertyAttribute
    {
    }
}