9 lines
86 B
C#
9 lines
86 B
C#
using System;
|
|
|
|
[Serializable]
|
|
public enum select_mode_enum
|
|
{
|
|
free = 0,
|
|
select = 1
|
|
}
|