mirror of
https://github.com/k1tbyte/Wand-Enhancer.git
synced 2026-08-28 17:01:04 +00:00
10 lines
158 B
C#
10 lines
158 B
C#
namespace WeModPatcher.Models
|
|
{
|
|
|
|
public enum EPatchType
|
|
{
|
|
ActivatePro = 1,
|
|
DisableUpdates = 2,
|
|
DisableTelemetry = 4
|
|
}
|
|
} |