Basic pin feature

This commit is contained in:
rogeraabbccdd
2024-07-02 17:27:08 +08:00
parent c3d2209a13
commit e6d935e16b
7 changed files with 51 additions and 5 deletions

View File

@@ -41,6 +41,9 @@ namespace WeaponPaints
[JsonPropertyName("NameTagEnabled")]
public bool NameTagEnabled { get; set; } = true;
[JsonPropertyName("PinEnabled")]
public bool PinEnabled { get; set; } = true;
[JsonPropertyName("CommandsKnife")]
public List<string> CommandsKnife { get; set; } = ["knife", "knives"];