Skip to content

Extended info about player #10

@EgoBrainProgrammer

Description

@EgoBrainProgrammer

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions