Merge remote-tracking branch 'origin/develop' into feature/movement

# Conflicts:
#	Assets/NetworkLib/Debug/netstandard2.1/CSNetwork.dll
This commit is contained in:
VDH
2025-09-10 14:23:46 +07:00
3 changed files with 6 additions and 1 deletions
Binary file not shown.
@@ -17,7 +17,7 @@ namespace BrewMonster
private void OnDestroy()
{
EC_ManMessage.Dispose();
}
private void Update()
@@ -122,5 +122,10 @@ namespace BrewMonster.Network
}
actDone?.Invoke(true);
}
void OnDestroy()
{
_gameSession.Disconnect();
}
}
}