extra assets + decoration
This commit is contained in:
@@ -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