![]() |
Liberi
An exergame built for kids with CP!
|
A Component used to decouple the Server side logic of a minigame portal from the MinigamePortal class itself. Also mitigates mutliple users requesting a server be spawned from a portal near the same time and ending up in different instances. More...
Inherits MonoBehaviour.
Public Attributes | |
Timeline< string > | SpawnRequests |
Timeline< GameMessage > | ServerSpawns |
A Component used to decouple the Server side logic of a minigame portal from the MinigamePortal class itself. Also mitigates mutliple users requesting a server be spawned from a portal near the same time and ending up in different instances.
Definition at line 16 of file MinigameSpawner.cs.