You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Parsing is simple enough. It's possible more player-specific fields get added to the game end event in the future. Maybe it's best to create a PlayerEnd struct to hold these values like the Player struct in game start.
The text was updated successfully, but these errors were encountered:
A new field was added to the game end event:
https://github.com/project-slippi/slippi-wiki/blob/master/SPEC.md#game-end
Parsing is simple enough. It's possible more player-specific fields get added to the game end event in the future. Maybe it's best to create a
PlayerEnd
struct to hold these values like thePlayer
struct in game start.The text was updated successfully, but these errors were encountered: