2020-04-02 20:53:11 +01:00

7 lines
70 B
Go

package objects
type Party struct {
Id string
Size []int
}