Преглед на файлове

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