Skip to content

Commit

Permalink
Update gamelink_single.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
albert-wang committed Dec 10, 2024
1 parent 3005e2c commit 4a0c95c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion gamelink_single.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -30358,8 +30358,12 @@ namespace gateway
string Name;
std::vector<GamechangerTier> Tiers;

MUXY_GAMELINK_SERIALIZE_INTRUSIVE_2(GamechangerPollData,
// Shouldn't need to be changed, a marker to signal for special-case handling
string Type = string("gamechanger");

MUXY_GAMELINK_SERIALIZE_INTRUSIVE_3(GamechangerPollData,
"name", Name,
"type", Type,
"tiers", Tiers
);
};
Expand Down

0 comments on commit 4a0c95c

Please sign in to comment.