- Minor changes
- Fixed tables creation
This commit is contained in:
Dawid Bepierszcz
2024-02-10 12:23:56 +01:00
parent deac9bab97
commit aae6f7e260
14 changed files with 200 additions and 129 deletions

View File

@@ -40,6 +40,7 @@ namespace WeaponPaints
[JsonPropertyName("GiveRandomSkin")]
public bool GiveRandomSkin { get; set; } = false;
[JsonPropertyName("GiveKnifeAfterRemove")]
public bool GiveKnifeAfterRemove { get; set; } = false;
}
@@ -78,5 +79,4 @@ namespace WeaponPaints
[JsonPropertyName("Additional")]
public Additional Additional { get; set; } = new Additional();
}
}
}