![]() |
Liberi
An exergame built for kids with CP!
|
Client-side controller script for a minigame portal interface. More...
Inherits MonoBehaviour.
Public Attributes | |
string | MapID |
The ID of the minigame to which this portal leads. More... | |
bool | JoinImmediately |
Whether or not this portal should connect the player to the first available minigame server found. More... | |
Client-side controller script for a minigame portal interface.
Definition at line 16 of file MinigamePortal.cs.
bool MinigamePortal.JoinImmediately |
Whether or not this portal should connect the player to the first available minigame server found.
Definition at line 25 of file MinigamePortal.cs.
string MinigamePortal.MapID |
The ID of the minigame to which this portal leads.
Definition at line 21 of file MinigamePortal.cs.