Compare commits

..

1 Commits

Author SHA1 Message Date
f7f9376b4e Add state id filter
All checks were successful
continuous-integration/drone/push Build is passing
2024-03-02 16:52:25 -05:00

View File

@ -21,6 +21,7 @@ message GetRequest {
int32 StyleID = 2;
int32 GameID = 3;
int32 ModeID = 4;
repeated int32 StateID = 5;
}
message ListRequest {