mirror of
https://github.com/Nereziel/cs2-WeaponPaints.git
synced 2026-02-18 10:43:22 +00:00
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
13 lines
352 B
C#
13 lines
352 B
C#
namespace WeaponPaints
|
|
{
|
|
public class WeaponInfo
|
|
{
|
|
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; }
|
|
}
|
|
} |