Move all network code into Unity Project

This commit is contained in:
Le Duc Anh
2025-10-09 08:52:31 +07:00
parent bb91365639
commit fde06bbfaf
559 changed files with 20164 additions and 297 deletions
@@ -200,6 +200,7 @@ namespace BrewMonster.Network
void OnDestroy()
{
_gameSession.Disconnect();
_gameSession.Dispose();
CECNPC.ReleaseStaticRes();
}
}