@@ -0,0 +1,16 @@
package main
import (
"grid-mmo-server/server"
)
type world struct {
tiles [][]tile
}
type tile struct {
func main() {
server.Start()
The note is not visible to the blocked user.