Skip to content

Commit

Permalink
Make more enums public
Browse files Browse the repository at this point in the history
  • Loading branch information
henbagle committed Sep 23, 2024
1 parent 2a0da2b commit 2e5439a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ME3Tweaks.Wwiser/Model/ParameterNode/AdvSettingsParams.cs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public enum BelowThresholdBehavior : byte
}

[Flags]
private enum AdvFlags : byte
public enum AdvFlags : byte
{
KillNewest = 1 << 0,
UseVirtualBehavior = 1 << 1,
Expand All @@ -58,7 +58,7 @@ private enum AdvFlags : byte
}

[Flags]
private enum AdvOverrides : byte
public enum AdvOverrides : byte
{
OverrideHdrEnvelope = 1 << 0,
OverrideAnalysis = 1 << 1,
Expand Down

0 comments on commit 2e5439a

Please sign in to comment.