9 lines
162 B
C#
9 lines
162 B
C#
using UnityEngine;
|
|
using System.Collections;
|
|
|
|
[System.Serializable]
|
|
public class MinMaxCustomSlider : PropertyAttribute
|
|
{
|
|
public float PropertyWidth = 600;
|
|
}
|