Liberi
An exergame built for kids with CP!
MinigamePortal Class Reference

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...
 

Detailed Description

Client-side controller script for a minigame portal interface.

Definition at line 16 of file MinigamePortal.cs.

Member Data Documentation

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.


The documentation for this class was generated from the following file: