xyi/Library/PackageCache/com.unity.collab-proxy@ab839cc7d2ad/Editor/UI/DrawStaticElement.cs
Vladislav 2750530006 1
2025-09-18 15:33:57 +03:00

13 lines
248 B
C#

using UnityEngine;
namespace Unity.PlasticSCM.Editor.UI
{
internal static class DrawStaticElement
{
internal static void Empty()
{
GUILayout.Label(GUIContent.none, UnityStyles.NoSizeStyle);
}
}
}