telnetroulette/match.go
2024-06-08 13:52:22 +02:00

9 lines
88 B
Go

package main
type Match struct {
host *Client
guest *Client
round int
gun Gun
}