mirror of
https://github.com/Nereziel/cs2-WeaponPaints.git
synced 2026-02-18 10:43:22 +00:00
10 lines
160 B
C#
10 lines
160 B
C#
namespace WeaponPaints
|
|
{
|
|
public class WeaponInfo
|
|
{
|
|
public int Paint { get; set; }
|
|
public int Seed { get; set; }
|
|
public float Wear { get; set; }
|
|
}
|
|
}
|