sounds and screens with improved matchmaker
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
using UnityEngine;
|
||||
using Mirror;
|
||||
|
||||
public class NetManager : NetworkManager
|
||||
{
|
||||
|
||||
public override void OnStopServer()
|
||||
{
|
||||
GameManager.ReportDedicatedMatchRoomClosed();
|
||||
base.OnStopServer();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user