Added map and fixed other bugs
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user