refactor package
This commit is contained in:
8
pkg/protocol/packet/game/client/chunk_biomes.go
Normal file
8
pkg/protocol/packet/game/client/chunk_biomes.go
Normal file
@ -0,0 +1,8 @@
|
||||
package client
|
||||
|
||||
//codec:gen
|
||||
type ChunkBiomes struct {
|
||||
ChunkX int32
|
||||
ChunkZ int32
|
||||
Data []byte `mc:"ByteArray"`
|
||||
}
|
Reference in New Issue
Block a user