Tri-Inspector/Editor/Elements/TriVerticalGroupElement.cs

6 lines
126 B
C#
Raw Normal View History

2022-01-30 11:08:53 -05:00
namespace TriInspector.Elements
{
public class TriVerticalGroupElement : TriPropertyCollectionBaseElement
{
}
}