Table of Contents

Enum ObscurationMode

Namespace
CodeStage.AntiCheat.Storage
Assembly
Build.dll

Represents how data will be saved to file.

public enum ObscurationMode : byte

Fields

Encrypted = 1

All data will be encrypted and not readable in the file.

Plain = 0

No encryption, just plain binary data. Serialized data will be readable.