Skip to content

Commit

Permalink
Update entitlements
Browse files Browse the repository at this point in the history
  • Loading branch information
oldnapalm committed Sep 24, 2024
1 parent 083cd60 commit 8036632
Show file tree
Hide file tree
Showing 3 changed files with 78 additions and 59 deletions.
6 changes: 5 additions & 1 deletion protobuf/profile.proto
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ message PlayerProfile {
}

message PlayerProfiles {
repeated PlayerProfile profiles = 1;
repeated PlayerProfile profiles = 1;
}

message ProfileEntitlement {
Expand Down Expand Up @@ -247,6 +247,10 @@ message ProfileEntitlement {
repeated Platform platforms = 14;
}

message ProfileEntitlements {
repeated ProfileEntitlement entitlements = 1;
}

enum FollowStatus {
FOLLOWSTATUS0 = 0;
UNKNOWN = 1;
Expand Down
Loading

0 comments on commit 8036632

Please sign in to comment.