Tri-Inspector/Editor/Elements/TriVerticalGroupElement.cs
2022-01-30 19:08:53 +03:00

6 lines
126 B
C#

namespace TriInspector.Elements
{
public class TriVerticalGroupElement : TriPropertyCollectionBaseElement
{
}
}