- Added music kits
- Minor changes
This commit is contained in:
Dawid Bepierszcz
2024-03-12 14:14:50 +01:00
parent 97e73bfd53
commit 548fdb642d
18 changed files with 697 additions and 75 deletions

View File

@@ -11,6 +11,9 @@ namespace WeaponPaints
[JsonPropertyName("GloveEnabled")]
public bool GloveEnabled { get; set; } = true;
[JsonPropertyName("MusicEnabled")]
public bool MusicEnabled { get; set; } = true;
[JsonPropertyName("AgentEnabled")]
public bool AgentEnabled { get; set; } = true;
@@ -26,6 +29,9 @@ namespace WeaponPaints
[JsonPropertyName("CommandKnife")]
public string CommandKnife { get; set; } = "knife";
[JsonPropertyName("CommandMusic")]
public string CommandMusic { get; set; } = "music";
[JsonPropertyName("CommandGlove")]
public string CommandGlove { get; set; } = "gloves";