TBMM/GCMM/AutoPatchingState.cs

9 lines
No EOL
119 B
C#

namespace GCMM
{
public enum AutoPatchingState
{
Unspecified,
Disabled,
Enabled
}
}