mirror of
https://github.com/Nereziel/cs2-WeaponPaints.git
synced 2026-03-10 16:34:38 +00:00
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:
@@ -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; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user