Update 'Home'

sco
2022-01-10 22:26:53 +01:00
parent 80e6893b6d
commit 6f6a6d93ed
+5 -5
@@ -1,10 +1,10 @@
For the server:
src/net/common/servergame.cpp
src/net/common/servergamestate.cpp
```src/net/common/servergame.cpp```
```src/net/common/servergamestate.cpp```
I would start here as the servergame itself is managed here.
src/net/common/serverlobbythread.cpp
```src/net/common/serverlobbythread.cpp```
Maybe worth a look too.
@@ -12,8 +12,8 @@ For the client:
I never dived into the client/GUI so far ... but:
src/gui/
src/engine/
```src/gui/```
```src/engine/```
Here the client/GUI actions take place.