mirror of
https://github.com/zoffline/zwift-offline.git
synced 2026-08-02 08:57:57 -07:00
Update udp-node-msgs.proto
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
message PlayerState {
|
||||
required int32 id = 1;
|
||||
required int64 worldTime = 2;
|
||||
optional int32 id = 1;
|
||||
optional int64 worldTime = 2;
|
||||
optional int32 distance = 3;
|
||||
optional int32 roadTime = 4;
|
||||
required int32 roadTime = 4;
|
||||
optional int32 laps = 5;
|
||||
optional int32 speed = 6;
|
||||
optional int32 roadPosition = 8;
|
||||
|
||||
Reference in New Issue
Block a user