using System; [Serializable] public struct RangedFloat { public float minValue; public float maxValue; }