mirror of
https://github.com/tribufu/ServerManagers
synced 2026-05-06 15:17:34 +00:00
Added splitters to SectionMapSpawnerOverrides
This commit is contained in:
parent
525c30b9cd
commit
ef2412e462
3 changed files with 35 additions and 13 deletions
12
src/ARKServerManager/Config.Designer.cs
generated
12
src/ARKServerManager/Config.Designer.cs
generated
|
|
@ -2623,5 +2623,17 @@ namespace ServerManagerTool {
|
|||
this["SupplyCrateItemsGridHeight"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("400")]
|
||||
public global::System.Windows.GridLength NPCSpawnSettingsGridHeight {
|
||||
get {
|
||||
return ((global::System.Windows.GridLength)(this["NPCSpawnSettingsGridHeight"]));
|
||||
}
|
||||
set {
|
||||
this["NPCSpawnSettingsGridHeight"] = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue