mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2025-09-02 22:39:22 +00:00
Stickers: added some code
This commit is contained in:
parent
07d6dff0a9
commit
58079d9390
36 changed files with 2092 additions and 1651 deletions
13
Stickers/Integrations/BTKUI/UIAddon.Category.DebugOptions.cs
Normal file
13
Stickers/Integrations/BTKUI/UIAddon.Category.DebugOptions.cs
Normal file
|
@ -0,0 +1,13 @@
|
|||
using BTKUILib.UIObjects;
|
||||
|
||||
namespace NAK.Stickers.Integrations;
|
||||
|
||||
public static partial class BTKUIAddon
|
||||
{
|
||||
private static void Setup_DebugOptionsCategory()
|
||||
{
|
||||
Category debugCategory = _rootPage.AddMelonCategory(ModSettings.Hidden_Foldout_DebugCategory);
|
||||
debugCategory.AddMelonToggle(ModSettings.Debug_NetworkInbound);
|
||||
debugCategory.AddMelonToggle(ModSettings.Debug_NetworkOutbound);
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue