Tri-Inspector/Editor/Elements/TriVerticalGroupElement.cs

6 lines
126 B
C#
Raw Normal View History

2022-01-30 19:08:53 +03:00
namespace TriInspector.Elements
{
public class TriVerticalGroupElement : TriPropertyCollectionBaseElement
{
}
}