Small update to supported Game Activity Types (#500)

This commit is contained in:
Eric Wohltman 2018-01-11 19:48:25 -05:00 committed by Chris Rhodes
parent 18dfe540ad
commit 8591961512

View file

@ -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