- Fixed hotreloading
- Minor changes
This commit is contained in:
Dawid Bepierszcz
2024-02-16 14:04:36 +01:00
parent 63869f4c94
commit c9d8bb9b5f
10 changed files with 12231 additions and 242 deletions

View File

@@ -43,6 +43,9 @@ namespace WeaponPaints
[JsonPropertyName("GiveKnifeAfterRemove")]
public bool GiveKnifeAfterRemove { get; set; } = false;
[JsonPropertyName("ShowSkinImage")]
public bool ShowSkinImage { get; set; } = true;
}
public class WeaponPaintsConfig : BasePluginConfig