Export the blocks data

This commit is contained in:
Tnze
2022-03-13 17:49:08 +08:00
parent cc1cd6874d
commit 1116d87fa0
4 changed files with 3 additions and 22 deletions

View File

@ -1,14 +0,0 @@
package server
type EntitySet struct {
}
type entityPosition struct {
player *Player
x, y, z float64
yaw, pitch float32
}
func NewEntitySet() *EntitySet {
return &EntitySet{}
}