Explorar o código

Small update to supported Game Activity Types (#500)

Eric Wohltman %!s(int64=7) %!d(string=hai) anos
pai
achega
8591961512
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      structs.go

+ 2 - 0
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