- Stattrak fix & command
This commit is contained in:
Dawid Bepierszcz
2024-10-20 15:00:13 +02:00
parent 845a40c189
commit e3011c51ae
17 changed files with 96 additions and 19 deletions

View File

@@ -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();