diff --git a/ranks.proto b/ranks.proto index a0b70fc..1bcb2d1 100644 --- a/ranks.proto +++ b/ranks.proto @@ -28,7 +28,8 @@ message ListRequest { int32 GameID = 2; int32 ModeID = 3; int64 Sort = 4; - Pagination Page = 5; + repeated int32 StateID = 5; + Pagination Page = 6; } message RankList {