shardServer: simplified peer map logic

This commit is contained in:
2023-06-24 22:36:04 -05:00
parent 1da82ac750
commit dfc00bcb52
3 changed files with 31 additions and 44 deletions

View File

@@ -28,6 +28,7 @@ type CNPeer struct {
E_key []byte
FE_key []byte
AccountID int
PlayerID int32
whichKey int
alive bool
}