mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 11:00:32 +00:00
additive levels - fixed timer
This commit is contained in:
parent
0445af105d
commit
985d8af5d4
@ -16,7 +16,7 @@ public class Portal : NetworkBehaviour
|
||||
public TMPro.TextMeshPro label;
|
||||
|
||||
// This is approximately the fade time
|
||||
WaitForSeconds waitForFade = new WaitForSeconds(1f);
|
||||
WaitForSeconds waitForFade = new WaitForSeconds(2f);
|
||||
|
||||
/// <summary>
|
||||
/// Called on every NetworkBehaviour when it is activated on a client.
|
||||
|
Loading…
Reference in New Issue
Block a user