test update

min CSShrap 155
globalshare not working
db remake
add option to not use ontick fix to cs2 weapon models
!skins will save only changed weapon
This commit is contained in:
Nereziel
2024-02-03 05:34:10 +01:00
parent 43e7a3183e
commit 56537971ad
10 changed files with 429 additions and 320 deletions

View File

@@ -2,8 +2,12 @@
{
public class WeaponInfo
{
public int Paint { get; set; }
public int Seed { get; set; }
public ushort Paint { get; set; }
public ushort Seed { get; set; }
public float Wear { get; set; }
}
public string? NameTag { get; set; }
public ushort Quality { get; set; }
public uint StatTrack { get; set; }
public bool StatTrackEnabled { get; set; }
}
}