7 lines
92 B
Go
7 lines
92 B
Go
package client
|
|
|
|
//codec:gen
|
|
type RemoveEntities struct {
|
|
EntityIDs []int32 `mc:"VarInt"`
|
|
}
|