mirror of
https://github.com/Nereziel/cs2-WeaponPaints.git
synced 2026-02-28 21:44:40 +00:00
Basic pin feature
This commit is contained in:
@@ -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"];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user