9 lines
83 B
C#
9 lines
83 B
C#
using System;
|
|
|
|
[Serializable]
|
|
public enum raw_mode_enum
|
|
{
|
|
Windows = 0,
|
|
Mac = 1
|
|
}
|