- Small fixes 🍕
This commit is contained in:
Dawid Bepierszcz
2024-03-05 12:27:19 +01:00
parent 5f83645867
commit 44177f18fe
10 changed files with 43 additions and 35 deletions

View File

@@ -10,6 +10,7 @@ namespace WeaponPaints
[JsonPropertyName("GloveEnabled")]
public bool GloveEnabled { get; set; } = true;
[JsonPropertyName("AgentEnabled")]
public bool AgentEnabled { get; set; } = true;
@@ -27,6 +28,7 @@ namespace WeaponPaints
[JsonPropertyName("CommandGlove")]
public string CommandGlove { get; set; } = "gloves";
[JsonPropertyName("CommandAgent")]
public string CommandAgent { get; set; } = "agents";