migration
This commit is contained in:
@@ -846,6 +846,10 @@ public class GameManager : NetworkBehaviour
|
||||
StartCoroutine(CoLeaveIfThirdPlayer());
|
||||
}
|
||||
|
||||
public void Leave(){
|
||||
LevelLoadManager.instance.Leave();
|
||||
}
|
||||
|
||||
IEnumerator CoLeaveIfThirdPlayer()
|
||||
{
|
||||
const int maxFrames = 30;
|
||||
|
||||
Reference in New Issue
Block a user