fix : 서버 버그 수정 작업 머지

Merge branch 'fix/mmo-server-logic-bugs' of https://git.tolelom.xyz/A301/a301_mmo_game_server

# Conflicts:
#	MMOTestServer/MMOserver/Game/GameServer.cs
This commit is contained in:
qornwh1
2026-03-19 09:12:18 +09:00
8 changed files with 301 additions and 205 deletions

View File

@@ -22,12 +22,6 @@ public class Session
init;
}
public string UserName
{
get;
set;
}
public NetPeer Peer
{
get;