mirror of
https://github.com/Nereziel/cs2-WeaponPaints.git
synced 2026-05-21 14:41:57 +00:00
3.0a
- Stattrak fix & command
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
public int Seed { get; set; }
|
||||
public float Wear { get; set; }
|
||||
public string Nametag { get; set; } = "";
|
||||
public bool StatTrak { get; set; } = false;
|
||||
public bool StatTrak { get; set; }
|
||||
public int StatTrakCount { get; set; }
|
||||
public KeyChainInfo? KeyChain { get; set; }
|
||||
public List<StickerInfo> Stickers { get; set; } = new();
|
||||
|
||||
Reference in New Issue
Block a user