@@ -4,6 +4,7 @@ import (
pb "gitea.boner.be/bdnugget/goonserver/actions"
rl "github.com/gen2brain/raylib-go/raylib"
"sync"
time "time"
)
@@ -14,6 +15,7 @@ type Tile struct {
}
type Player struct {
sync.Mutex
PosActual rl.Vector3
PosTile Tile
TargetPath []Tile
The note is not visible to the blocked user.