From f7f9376b4e1c04def6dd4c12aeefeb71283cee12 Mon Sep 17 00:00:00 2001 From: itzaname Date: Sat, 2 Mar 2024 16:52:25 -0500 Subject: [PATCH] Add state id filter --- ranks.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/ranks.proto b/ranks.proto index 1bcb2d1..df44aeb 100644 --- a/ranks.proto +++ b/ranks.proto @@ -21,6 +21,7 @@ message GetRequest { int32 StyleID = 2; int32 GameID = 3; int32 ModeID = 4; + repeated int32 StateID = 5; } message ListRequest {