9 lines
171 B
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'`
|
|
}
|