mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 10:17:22 +01:00
Update UiConfigOption.cs (#1896)
This commit is contained in:
parent
8617c9c16d
commit
680fdccf9d
1 changed files with 7 additions and 0 deletions
|
|
@ -3571,4 +3571,11 @@ public enum UiConfigOption
|
|||
/// </summary>
|
||||
[GameConfigOption("PvPFrontlinesGCFree", ConfigType.UInt)]
|
||||
PvPFrontlinesGCFree,
|
||||
|
||||
/// <summary>
|
||||
/// System option with the internal name PadMode.
|
||||
/// This option is a UInt.
|
||||
/// </summary>
|
||||
[GameConfigOption("PadMode", ConfigType.UInt)]
|
||||
PadMode,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue