case3
This commit is contained in:
15
Assets/ThirdParty/BOXOPHOBIC/Utils/Scripts/StyledInspector/StyledSpace.cs
vendored
Normal file
15
Assets/ThirdParty/BOXOPHOBIC/Utils/Scripts/StyledInspector/StyledSpace.cs
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
using UnityEngine;
|
||||
|
||||
namespace Boxophobic.StyledGUI
|
||||
{
|
||||
public class StyledSpace : PropertyAttribute
|
||||
{
|
||||
public int space;
|
||||
|
||||
public StyledSpace(int space)
|
||||
{
|
||||
this.space = space;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user