9 lines
No EOL
119 B
C#
9 lines
No EOL
119 B
C#
namespace GCMM
|
|
{
|
|
public enum AutoPatchingState
|
|
{
|
|
Unspecified,
|
|
Disabled,
|
|
Enabled
|
|
}
|
|
} |