Added map and fixed other bugs
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
/// <summary>
|
||||
/// Хранит join-код текущей сессии между сценами (меню -> игра).
|
||||
/// Статик, поэтому переживает LoadScene, в отличие от UI сцены меню.
|
||||
/// </summary>
|
||||
public static class SessionInfo
|
||||
{
|
||||
public static string JoinCode { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user