telnetroulette/match.go

9 lines
88 B
Go
Raw Normal View History

2024-06-08 13:52:22 +02:00
package main
type Match struct {
host *Client
guest *Client
round int
gun Gun
}