This commit is contained in:
harper
2026-07-09 20:43:41 -07:00
parent bc14e946fc
commit c5cb04d760
5 changed files with 168 additions and 16 deletions
+2
View File
@@ -1,6 +1,7 @@
package main
import (
"fmt"
"grid-mmo-server/server"
)
@@ -13,4 +14,5 @@ type tile struct {
func main() {
server.Start()
fmt.Print()
}