player and dimension loader with ecs system
This commit is contained in:
4
server/entity.go
Normal file
4
server/entity.go
Normal file
@ -0,0 +1,4 @@
|
||||
package server
|
||||
|
||||
type Pos struct{ X, Y, Z float64 }
|
||||
type Rot struct{ Yaw, Pitch float32 }
|
Reference in New Issue
Block a user