2019-05-26 02:47:51 +01:00

7 lines
64 B
Go

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