-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
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()) }); }
Metadata
Metadata
Assignees
Labels
No labels