refactor package
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package client
|
||||
|
||||
import "github.com/Tnze/go-mc/level"
|
||||
|
||||
//codec:gen
|
||||
type UpdateLight struct {
|
||||
ChunkX, ChunkZ int32 `mc:"VarInt"`
|
||||
Data level.LightData
|
||||
}
|
||||
Reference in New Issue
Block a user