@@ -0,0 +1,13 @@
package main
import (
"github.com/gorilla/websocket"
)
type Player struct {
ID string
Conn *websocket.Conn
X, Y float64
DX, DY float64
}
The note is not visible to the blocked user.