Skip to content

Commit

Permalink
ClientData: add PlatformType
Browse files Browse the repository at this point in the history
  • Loading branch information
AkmalFairuz committed Oct 23, 2024
1 parent cd22875 commit 7eeffd9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/types/login/ClientData.php
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,9 @@ final class ClientData{
/** @required */
public string $PlatformOnlineId;

/** >= PROTOCOL_748 */
public string $PlatformType;

public string $PlatformUserId = ""; //xbox-only, apparently

/** @required */
Expand Down

0 comments on commit 7eeffd9

Please sign in to comment.