Skip to content

Commit

Permalink
add gameid to tag request
Browse files Browse the repository at this point in the history
  • Loading branch information
RobDavenport committed Apr 20, 2024
1 parent 23ec254 commit 136e1e4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions gamercade_interface/src/output/tag.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct AdjustGameTagRequest {
#[prost(int32, tag = "1")]
#[prost(sfixed64, tag = "1")]
pub game_id: i64,
#[prost(int32, tag = "2")]
pub tag_id: i32,
#[prost(bool, tag = "2")]
#[prost(bool, tag = "3")]
pub set_to: bool,
}
#[allow(clippy::derive_partial_eq_without_eq)]
Expand Down

0 comments on commit 136e1e4

Please sign in to comment.