Преглед изворни кода

Small update to supported Game Activity Types (#500)

Eric Wohltman пре 7 година
родитељ
комит
8591961512
1 измењених фајлова са 2 додато и 0 уклоњено
  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