9 lines
129 B
Go
9 lines
129 B
Go
package client
|
|
|
|
import "git.konjactw.dev/falloutBot/go-mc/chat"
|
|
|
|
//codec:gen
|
|
type SetActionBarText struct {
|
|
Text chat.Message
|
|
}
|