9 lines
84 B
C#
9 lines
84 B
C#
using System;
|
|
|
|
[Serializable]
|
|
public enum SliderMode_Enum
|
|
{
|
|
One = 0,
|
|
MinMax = 1
|
|
}
|