9 lines
153 B
Go
9 lines
153 B
Go
package client
|
|
|
|
//codec:gen
|
|
type SelectAdvancementsTab struct {
|
|
HasIdentifier bool
|
|
//opt:optional:HasIdentifier
|
|
Identifier string `mc:"Identifier"`
|
|
}
|