8 lines
83 B
C#
8 lines
83 B
C#
internal enum State
|
|
{
|
|
Inactive,
|
|
DelayedStart,
|
|
SpinUp,
|
|
SpinDown,
|
|
Spinning
|
|
}
|