2024-05-23 15:50:36 +02:00

9 lines
162 B
C#

using UnityEngine;
using System.Collections;
[System.Serializable]
public class MinMaxCustomSlider : PropertyAttribute
{
public float PropertyWidth = 600;
}