7 lines
62 B
Go
7 lines
62 B
Go
package objects
|
|
|
|
type Party struct {
|
|
Id string
|
|
Size []int
|
|
}
|