- Possibility to change menu type by config

`MenuType:`
- selectable (each player can change menu type by command css_menus)
- dynamic (center + keys)
- center (center + chat)
- chat
- console
This commit is contained in:
Dawid Bepierszcz
2024-10-24 14:14:10 +02:00
parent f7f18b7919
commit 573604a9d9
6 changed files with 39 additions and 13 deletions

View File

@@ -99,5 +99,8 @@ namespace WeaponPaints
[JsonPropertyName("Additional")]
public Additional Additional { get; set; } = new();
[JsonPropertyName("MenuType")]
public string MenuType { get; set; } = "selectable";
}
}