2020-05-18 15:57:26 -04:00

8 lines
116 B
C#

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