Skip to content

Commit dae91f9

Browse files
committed
chore: add xbox id to station dispatcher
1 parent 36692d4 commit dae91f9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

external-api-client/src/main/java/tools/simrail/backend/external/srpanel/model/SimRailPanelDispatchPost.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,5 +107,10 @@ public static final class Dispatcher {
107107
*/
108108
@JsonProperty("SteamId")
109109
private String steamId;
110+
/**
111+
* The xbox user identifier of the player that is dispatching the station.
112+
*/
113+
@JsonProperty("XboxId")
114+
private String xboxId;
110115
}
111116
}

0 commit comments

Comments
 (0)