Update UiConfigOption.cs (#1896)

This commit is contained in:
Caraxi 2024-07-05 11:00:18 +09:30 committed by GitHub
parent 8617c9c16d
commit 680fdccf9d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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,
}