Class TmIoCompetitionResultPosition
Inheritance
System.Object
TmIoCompetitionResultPosition
Assembly: TrackmaniaIo.ApiClient.dll
Syntax
public class TmIoCompetitionResultPosition
Properties
|
Improve this Doc
View Source
Player
Declaration
public TmIoPlayerInfo Player { get; set; }
Property Value
|
Improve this Doc
View Source
Position
Declaration
public int Position { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Score
Declaration
public long Score { get; set; }
Property Value
Type |
Description |
System.Int64 |
|