Added map and fixed other bugs

This commit is contained in:
2026-07-03 14:36:04 +03:00
parent 94739757be
commit 3d423974eb
161 changed files with 35735 additions and 315 deletions
@@ -0,0 +1,8 @@
/// <summary>
/// Хранит join-код текущей сессии между сценами (меню -> игра).
/// Статик, поэтому переживает LoadScene, в отличие от UI сцены меню.
/// </summary>
public static class SessionInfo
{
public static string JoinCode { get; set; }
}