Export the blocks data
This commit is contained in:
@ -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{}
|
||||
}
|
Reference in New Issue
Block a user