Closed HybridFox closed 8 years ago
games_played
is a repeated field, so the games_played
property must be an array.fixed64
are represented as strings.steamUser.gamesPlayed({games_played: [
{
game_id: '238090'
}
]});
Thanks alot!
I might be stupid and doing this completely wrong, but i can't seem to figure this out: