server: split LoginServer, new Server interface

This commit is contained in:
2023-03-07 14:47:49 -06:00
parent 468e426a82
commit b639346605
6 changed files with 106 additions and 91 deletions

View File

@@ -1,7 +1,5 @@
#!/bin/sh
mkdir -p bin
cd server
go build -o ../bin/server
cd ../
go build -o ./bin/server
echo 'Done'