소스 검색

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