From 7eeffd95635731b3957e44736164a954c36f68c6 Mon Sep 17 00:00:00 2001 From: AkmalFairuz Date: Wed, 23 Oct 2024 10:15:13 +0700 Subject: [PATCH] ClientData: add PlatformType --- src/types/login/ClientData.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/types/login/ClientData.php b/src/types/login/ClientData.php index b5279f40..6b8edea4 100644 --- a/src/types/login/ClientData.php +++ b/src/types/login/ClientData.php @@ -105,6 +105,9 @@ final class ClientData{ /** @required */ public string $PlatformOnlineId; + /** >= PROTOCOL_748 */ + public string $PlatformType; + public string $PlatformUserId = ""; //xbox-only, apparently /** @required */