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
@@ -80,6 +80,13 @@ public class GhostRoundManager : MonoBehaviour
roundTick++;
}
/// <summary> Полностью очищает архив прошлых раундов (для рестарта матча). </summary>
public void ClearArchive()
{
if (!IsServer) return;
archive.Clear();
}
/// <summary> Вызывается из RoundManager.EndRound первой строкой (до WaitForSeconds). </summary>
public void ServerEndRound()
{