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