tome_matrix/player_room.go

9 lines
171 B
Go

package main
import "maunium.net/go/mautrix/id"
type PlayerRoomInfo struct {
CurrentGame id.RoomID `json:'current_game'`
CurrentDeck []int `json:'current_deck'`
}