| using UnityEngine; | |
| namespace Unity.PlasticSCM.Editor.UI | |
| { | |
| internal static class GUISpace | |
| { | |
| internal static void ForToolbar() | |
| { | |
| GUILayout.Space(5); | |
| } | |
| } | |
| } | |
| using UnityEngine; | |
| namespace Unity.PlasticSCM.Editor.UI | |
| { | |
| internal static class GUISpace | |
| { | |
| internal static void ForToolbar() | |
| { | |
| GUILayout.Space(5); | |
| } | |
| } | |
| } | |