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