From 8591961512a5b77b96492743050e96674350bdaa Mon Sep 17 00:00:00 2001 From: Eric Wohltman Date: Thu, 11 Jan 2018 19:48:25 -0500 Subject: [PATCH] Small update to supported Game Activity Types (#500) --- structs.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/structs.go b/structs.go index d2916fc..c58c916 100644 --- a/structs.go +++ b/structs.go @@ -334,6 +334,8 @@ type GameType int const ( GameTypeGame GameType = iota GameTypeStreaming + GameTypeListening + GameTypeWatching ) // A Game struct holds the name of the "playing .." game for a user