Does Steam provide info about player steamId and any other?
If it does please add new fields in Player.cs
for (int i = 0; i < playerCount; i++) { parser.ReadByte(); players.Add(new PlayerInfo() { Name = parser.ReadString(), Score = parser.ReadInt(), Time = TimeSpan.FromSeconds(parser.ReadFloat()) }); }