Remove "hide during breaks" option

Probably wouldn't be used anyway.
This commit is contained in:
Dean Herbert 2020-10-30 13:49:44 +09:00
parent 9bb86ccb83
commit c72017a7db
1 changed files with 0 additions and 3 deletions

View File

@ -12,9 +12,6 @@ public enum HUDVisibilityMode
[Description("Hide during gameplay")]
HideDuringGameplay,
[Description("Hide during breaks")]
HideDuringBreaks,
Always
}
}