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
12 lines
247 B
C#
12 lines
247 B
C#
namespace WeaponPaints
|
|
{
|
|
public class PlayerInfo
|
|
{
|
|
public int Index { get; set; }
|
|
public int? UserId { get; set; }
|
|
public ulong? SteamId { get; set; }
|
|
public string? Name { get; set; }
|
|
public string? IpAddress { get; set; }
|
|
}
|
|
}
|