16 lines
225 B
C#
16 lines
225 B
C#
![]() |
// Cristian Pop - https://boxophobic.com/
|
|||
|
|
|||
|
using UnityEngine;
|
|||
|
|
|||
|
namespace Boxophobic.StyledGUI
|
|||
|
{
|
|||
|
public class StyledInteractive : PropertyAttribute
|
|||
|
{
|
|||
|
public StyledInteractive()
|
|||
|
{
|
|||
|
|
|||
|
}
|
|||
|
}
|
|||
|
}
|
|||
|
|